Chromium Code Reviews| 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_ |