summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-29 18:44:58 -0700
committerJim Bankoski <jimbankoski@google.com>2013-09-29 18:44:58 -0700
commit152fd59964d7419a6035eca8421bda4e7d29e4d8 (patch)
treeae3d13f91aed26344df75e2e1e30bfce8adcf681
parentec421b78108dae6aa0d5826a253d958631510f67 (diff)
downloadlibvpx-152fd59964d7419a6035eca8421bda4e7d29e4d8.tar
libvpx-152fd59964d7419a6035eca8421bda4e7d29e4d8.tar.gz
libvpx-152fd59964d7419a6035eca8421bda4e7d29e4d8.tar.bz2
libvpx-152fd59964d7419a6035eca8421bda4e7d29e4d8.zip
fixed cpp lint issue in vp9_postproc_x86
Change-Id: I2b2af1dd9f5c29c05e28a4fd51fa58ccc4071477
-rw-r--r--vp9/common/x86/vp9_postproc_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/x86/vp9_postproc_x86.h b/vp9/common/x86/vp9_postproc_x86.h
index b0e8b181f..8870215a2 100644
--- a/vp9/common/x86/vp9_postproc_x86.h
+++ b/vp9/common/x86/vp9_postproc_x86.h
@@ -61,4 +61,4 @@ extern prototype_postproc_addnoise(vp9_plane_add_noise_wmt);
#endif
#endif
-#endif
+#endif // VP9_COMMON_X86_VP9_POSTPROC_X86_H_