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/DirectiveParser.cpp b/src/compiler/preprocessor/DirectiveParser.cpp
index 739cbd4..e99d843 100644
--- a/src/compiler/preprocessor/DirectiveParser.cpp
+++ b/src/compiler/preprocessor/DirectiveParser.cpp
@@ -137,7 +137,7 @@
return iter != macroSet.end() ? iter->second->predefined : false;
}
-} // namespace anonymous
+} // namespace
namespace pp
{
@@ -154,12 +154,9 @@
mDirectiveHandler(directiveHandler),
mShaderVersion(100),
mSettings(settings)
-{
-}
+{}
-DirectiveParser::~DirectiveParser()
-{
-}
+DirectiveParser::~DirectiveParser() {}
void DirectiveParser::lex(Token *token)
{