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

Unified Diff: samples/image_diff_png.h

Issue 1265503005: clang-format all pdfium code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: sigh Created 5 years, 4 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: samples/image_diff_png.h
diff --git a/samples/image_diff_png.h b/samples/image_diff_png.h
index 9febb3744c0282d33caefb06054dd8e09b867f03..7e0afecf8362de5c7150f6bd74e8c214e3e8e7dc 100644
--- a/samples/image_diff_png.h
+++ b/samples/image_diff_png.h
@@ -12,9 +12,11 @@
namespace image_diff_png {
// Decode a PNG into an RGBA pixel array.
-bool DecodePNG(const unsigned char* input, size_t input_size,
+bool DecodePNG(const unsigned char* input,
+ size_t input_size,
std::vector<unsigned char>* output,
- int* width, int* height);
+ int* width,
+ int* height);
// Encode an RGBA pixel array into a PNG.
bool EncodeRGBAPNG(const unsigned char* input,

Powered by Google App Engine
This is Rietveld 408576698