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/formatutils.cpp b/src/libANGLE/formatutils.cpp
index 6fd1a9b..806adda0 100644
--- a/src/libANGLE/formatutils.cpp
+++ b/src/libANGLE/formatutils.cpp
@@ -338,8 +338,7 @@
filterSupport(NeverSupported),
textureAttachmentSupport(NeverSupported),
renderbufferSupport(NeverSupported)
-{
-}
+{}
InternalFormat::InternalFormat(const InternalFormat &other) = default;
@@ -490,8 +489,7 @@
Format::Format(GLenum internalFormat, GLenum type)
: info(&GetInternalFormatInfo(internalFormat, type))
-{
-}
+{}
Format::Format(const Format &other) = default;
Format &Format::operator=(const Format &other) = default;