generated by version 3.8.1 local changes from --style=Google 3a4 > # Generated with clang-format 3.8.1 10c11 < AlignTrailingComments: true --- > AlignTrailingComments: false 15,16c16,17 < AllowShortIfStatementsOnASingleLine: true < AllowShortLoopsOnASingleLine: true --- > AllowShortIfStatementsOnASingleLine: false > AllowShortLoopsOnASingleLine: false 37c38 < BreakBeforeTernaryOperators: true --- > BreakBeforeTernaryOperators: false Change-Id: I4ded7e36fb8bd5407cfba6d1c4f86e0bec620c0c
Mass warning clean up. Mainly: - Explicit casts of numeric literals to avoid signed/unsigned compare warnings. - Commenting out of unused function arg names. Change-Id: I0e70393a5743ae984035d43712c724d4ccd12f9d
Remove webm_parser/clang-format-style. Run clang-format -style=file -i for each source file. Change-Id: Ieaf44bd323375cbcfec67014e94b7742d6bda14a
Change-Id: I6b921766836d58df0281fb23b2add3f62a478e14