From dca552efd71db6cdc0bb7b9f46ff8fa1adf513e7 Mon Sep 17 00:00:00 2001 From: Bruce Dawson <brucedawson@chromium.org> Date: Wed, 11 Oct 2017 01:18:48 +0000 Subject: [PATCH] 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} --- base/win/windows_version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/win/windows_version.cc b/base/win/windows_version.cc index 3cf8611ca1c9a..fa9bc482dcefc 100644 --- a/base/win/windows_version.cc +++ b/base/win/windows_version.cc @@ -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