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

Unified Diff: third_party/macros.h

Issue 453133004: clang-format all code (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 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: third_party/macros.h
diff --git a/third_party/macros.h b/third_party/macros.h
index 84c4366b163cc0e4ebccb2d86723bc47591660be..3c9df1537fe5263e0a286277dc182db7c7bd3ca5 100644
--- a/third_party/macros.h
+++ b/third_party/macros.h
@@ -35,8 +35,7 @@
#else
template <bool>
-struct CompileAssert {
-};
+struct CompileAssert {};
// Annotate a variable indicating it's ok if the variable is not used.
// (Typically used to silence a compiler warning when the assignment

Powered by Google App Engine
This is Rietveld 408576698