From 152fd59964d7419a6035eca8421bda4e7d29e4d8 Mon Sep 17 00:00:00 2001
From: Jim Bankoski <jimbankoski@google.com>
Date: Sun, 29 Sep 2013 18:44:58 -0700
Subject: [PATCH] fixed cpp lint issue in vp9_postproc_x86

Change-Id: I2b2af1dd9f5c29c05e28a4fd51fa58ccc4071477
---
 vp9/common/x86/vp9_postproc_x86.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vp9/common/x86/vp9_postproc_x86.h b/vp9/common/x86/vp9_postproc_x86.h
index b0e8b181f0..8870215a27 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_
-- 
GitLab