Use correct include guards for init_vpx_test.h
authorJerome Jiang <jianj@google.com>
Wed, 4 Oct 2023 02:00:02 +0000 (22:00 -0400)
committerJerome Jiang <jianj@google.com>
Wed, 4 Oct 2023 02:00:02 +0000 (22:00 -0400)
Bug: b/303112617
Change-Id: Ie18df33b2bcab91c18e920825f4ed3a29e18373b

test/init_vpx_test.h

index 39ed652..5e0dbb0 100644 (file)
@@ -8,11 +8,11 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef TEST_TEST_COMMON_MAIN_H_
-#define TEST_TEST_COMMON_MAIN_H_
+#ifndef TEST_INIT_VPX_TEST_H_
+#define TEST_INIT_VPX_TEST_H_
 
 namespace libvpx_test {
 void init_vpx_test();
 }
 
-#endif
+#endif  // TEST_INIT_VPX_TEST_H_