Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
index 3686236177da958b90989f12733f622b7da80bdf..8daebc5a01702fba513053ecdc388dcff579f547 100644
--- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
@@ -108,8 +108,9 @@ bool BMPImageDecoder::processFileHeader(size_t& imgDataOffset) {
enum {
BMAP = 0x424D, // "BM"
// The following additional OS/2 2.x header values (see
- // http://www.fileformat.info/format/os2bmp/egff.htm ) aren't widely
- // decoded, and are unlikely to be in much use.
+ // http://www.fileformat.info/format/os2bmp/egff.htm )
+ // aren't widely decoded, and are unlikely to be in much
+ // use.
/*
ICON = 0x4943, // "IC"
POINTER = 0x5054, // "PT"

Powered by Google App Engine
This is Rietveld 408576698