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/renderer/renderer_utils.cpp b/src/libANGLE/renderer/renderer_utils.cpp
index c7bfab2..b01cbd1 100644
--- a/src/libANGLE/renderer/renderer_utils.cpp
+++ b/src/libANGLE/renderer/renderer_utils.cpp
@@ -79,9 +79,7 @@
     color->blue  = 0.0f;
 }
 
-void ClipChannelsNoOp(gl::ColorF *color)
-{
-}
+void ClipChannelsNoOp(gl::ColorF *color) {}
 
 void WriteUintColor(const gl::ColorF &color,
                     PixelWriteFunction colorWriteFunction,
@@ -163,8 +161,7 @@
 
 PackPixelsParams::PackPixelsParams()
     : destFormat(nullptr), outputPitch(0), packBuffer(nullptr), offset(0)
-{
-}
+{}
 
 PackPixelsParams::PackPixelsParams(const gl::Rectangle &areaIn,
                                    const angle::Format &destFormat,
@@ -178,8 +175,7 @@
       packBuffer(packBufferIn),
       reverseRowOrder(reverseRowOrderIn),
       offset(offsetIn)
-{
-}
+{}
 
 void PackPixels(const PackPixelsParams &params,
                 const angle::Format &sourceFormat,
@@ -392,13 +388,9 @@
 }
 
 // IncompleteTextureSet implementation.
-IncompleteTextureSet::IncompleteTextureSet()
-{
-}
+IncompleteTextureSet::IncompleteTextureSet() {}
 
-IncompleteTextureSet::~IncompleteTextureSet()
-{
-}
+IncompleteTextureSet::~IncompleteTextureSet() {}
 
 void IncompleteTextureSet::onDestroy(const gl::Context *context)
 {