aboutsummaryrefslogtreecommitdiff
path: root/files/util/psnr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'files/util/psnr.cc')
-rw-r--r--files/util/psnr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/util/psnr.cc b/files/util/psnr.cc
index f54015ba..c7bee7f9 100644
--- a/files/util/psnr.cc
+++ b/files/util/psnr.cc
@@ -189,7 +189,7 @@ static uint32_t SumSquareError_SSE2(const uint8_t* src_a,
,
"xmm0", "xmm1", "xmm2", "xmm3", "xmm5"
#endif
- ); // NOLINT
+ ); // NOLINT
return sse;
}
#endif // LIBYUV_DISABLE_X86 etc