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/Input.cpp b/src/compiler/preprocessor/Input.cpp
index 073d671..8d1cac5 100644
--- a/src/compiler/preprocessor/Input.cpp
+++ b/src/compiler/preprocessor/Input.cpp
@@ -17,13 +17,9 @@
 namespace pp
 {
 
-Input::Input() : mCount(0), mString(0)
-{
-}
+Input::Input() : mCount(0), mString(0) {}
 
-Input::~Input()
-{
-}
+Input::~Input() {}
 
 Input::Input(size_t count, const char *const string[], const int length[])
     : mCount(count), mString(string)