commit | b980c5630eb5a9a95d79a17c7902fab480745120 | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Tue Nov 27 11:34:27 2018 -0500 |
committer | Jamie Madill <jmadill@chromium.org> | Tue Nov 27 18:27:13 2018 +0000 |
tree | 16202c036aa784617118780a56c18b7968f5c872 | |
parent | 4f2b94cb9a6bb640110ea65a7637872b83acbba8 [diff] [blame] |
Reformat all cpp and h files. This applies git cl format --full to all ANGLE sources. Bug: angleproject:2986 Change-Id: Ib504e618c1589332a37e97696cdc3515d739308f Reviewed-on: https://chromium-review.googlesource.com/c/1351367 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
diff --git a/src/compiler/preprocessor/Token.h b/src/compiler/preprocessor/Token.h index 7485ade..436c5b6 100644 --- a/src/compiler/preprocessor/Token.h +++ b/src/compiler/preprocessor/Token.h
@@ -24,7 +24,7 @@ { // Calling this ERROR causes a conflict with wingdi.h GOT_ERROR = -1, - LAST = 0, // EOF. + LAST = 0, // EOF. IDENTIFIER = 258,