Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D24168
This commit is contained in:
Sylvestre Ledru
2019-03-31 15:12:55 +00:00
parent 13423ff2fb
commit d42e742a3e
111 changed files with 463 additions and 500 deletions

View File

@@ -69,7 +69,7 @@ using mozilla::ipc::FileDescriptor;
//
// This list must be kept sorted.
static const char sStaticFileExtensions[][5] = {
// clang-format off
// clang-format off
"bmp",
"gif",
"ico",
@@ -77,7 +77,7 @@ static const char sStaticFileExtensions[][5] = {
"jpg",
"png",
"svg",
// clang-format on
// clang-format on
};
namespace mozilla {