Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b980c56

Browse files
committed
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>
1 parent 4f2b94c commit b980c56

File tree

1,017 files changed

+27970
-43203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,017 files changed

+27970
-43203
lines changed

src/common/Color.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ struct ColorGeneric
6262
UInt = 2
6363
};
6464

65-
union {
65+
union
66+
{
6667
ColorF colorF;
6768
ColorI colorI;
6869
ColorUI colorUI;

src/common/FastVector.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ ANGLE_INLINE bool FastVector<T, N, Storage>::uses_fixed_storage() const
116116

117117
template <class T, size_t N, class Storage>
118118
FastVector<T, N, Storage>::FastVector()
119-
{
120-
}
119+
{}
121120

122121
template <class T, size_t N, class Storage>
123122
FastVector<T, N, Storage>::FastVector(size_type count, const value_type &value)

0 commit comments

Comments
 (0)