Remove CRLF line ending
Somehow the last change got through with a CRLF ending. I thought that was impossible - fixing. Bug: 683729 Change-Id: I7fac0561bfe4daf01c51a53f529b1fd32d93236f Reviewed-on: https://chromium-review.googlesource.com/710678 Reviewed-by: Justin Schuh <jschuh@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#507847}
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/win/registry.h"
|
||||
|
||||
#if !defined(__clang__) && _MSC_FULL_VER < 191125507
|
||||
#if !defined(__clang__) && _MSC_FULL_VER < 191125507
|
||||
#error VS 2017 Update 3.2 or higher is required
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user