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/libANGLE/Context.cpp b/src/libANGLE/Context.cpp
index 2dba883..64a7308 100644
--- a/src/libANGLE/Context.cpp
+++ b/src/libANGLE/Context.cpp
@@ -612,9 +612,7 @@
return egl::NoError();
}
-Context::~Context()
-{
-}
+Context::~Context() {}
void Context::setLabel(EGLLabelKHR label)
{
@@ -8163,9 +8161,7 @@
}
// ErrorSet implementation.
-ErrorSet::ErrorSet(Context *context) : mContext(context)
-{
-}
+ErrorSet::ErrorSet(Context *context) : mContext(context) {}
ErrorSet::~ErrorSet() = default;
@@ -8233,8 +8229,7 @@
mCachedNonInstancedVertexElementLimit(0),
mCachedInstancedVertexElementLimit(0),
mCachedBasicDrawStatesError(kInvalidPointer)
-{
-}
+{}
StateCache::~StateCache() = default;