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/SourceLocation.h b/src/compiler/preprocessor/SourceLocation.h index af8a8d5..51908a3 100644 --- a/src/compiler/preprocessor/SourceLocation.h +++ b/src/compiler/preprocessor/SourceLocation.h
@@ -12,16 +12,8 @@ struct SourceLocation { - SourceLocation() - : file(0), - line(0) - { - } - SourceLocation(int f, int l) - : file(f), - line(l) - { - } + SourceLocation() : file(0), line(0) {} + SourceLocation(int f, int l) : file(f), line(l) {} bool equals(const SourceLocation &other) const {