commit | f832c9dd857da9c3ba7512e3e5c12b1501102b56 | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Mon Dec 12 17:38:48 2016 -0500 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 13 00:44:31 2016 +0000 |
tree | c8d7ff3e9ce0a7744a54b399e817dbf3fffe64eb | |
parent | d7b1ab5893953b97fe5dc1b3087a9b4b50ec45ee [diff] [blame] |
Fix style in the preprocessor. Again using git cl format. BUG=angleproject:650 Change-Id: I8898d00bfc6a50db50bffd2cc30c3eda7c08c6c2 Reviewed-on: https://chromium-review.googlesource.com/419097 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
diff --git a/src/compiler/preprocessor/DiagnosticsBase.h b/src/compiler/preprocessor/DiagnosticsBase.h index fec1ad7..add6ed3 100644 --- a/src/compiler/preprocessor/DiagnosticsBase.h +++ b/src/compiler/preprocessor/DiagnosticsBase.h
@@ -86,9 +86,7 @@ Severity severity(ID id); std::string message(ID id); - virtual void print(ID id, - const SourceLocation &loc, - const std::string &text) = 0; + virtual void print(ID id, const SourceLocation &loc, const std::string &text) = 0; }; } // namespace pp