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

Unified Diff: util/ssim.h

Issue 2374653002: remove guard nolints from all headers (Closed)
Patch Set: NOLINT for cast warnings Created 4 years, 3 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
« no previous file with comments | « include/libyuv/video_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/ssim.h
diff --git a/util/ssim.h b/util/ssim.h
index 430eb71c3d076ba0b4ec77482eef66deb1d45925..fb2a0e9598432a9e9be771d0a0261781b514b231 100644
--- a/util/ssim.h
+++ b/util/ssim.h
@@ -10,7 +10,7 @@
// Get SSIM for video sequence. Assuming RAW 4:2:0 Y:Cb:Cr format
-#ifndef UTIL_SSIM_H_ // NOLINT
+#ifndef UTIL_SSIM_H_
#define UTIL_SSIM_H_
#include <math.h> // For log10()
@@ -33,4 +33,4 @@ double CalcLSSIM(double ssim);
} // extern "C"
#endif
-#endif // UTIL_SSIM_H_ // NOLINT
+#endif // UTIL_SSIM_H_
« no previous file with comments | « include/libyuv/video_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698