fix cpplint issue in vp9_onyxd.h

Change-Id: I6498d2eee0b3f3bbb94787eb0ba72ccfcf8f5f02
This commit is contained in:
Jim Bankoski 2013-09-29 11:28:21 -07:00 committed by Gerrit Code Review
parent da17ffa937
commit 2ce70a15d2

View File

@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#ifndef VP9_COMMON_VP9_ONYXD_H_ #ifndef VP9_DECODER_VP9_ONYXD_H_
#define VP9_COMMON_VP9_ONYXD_H_ #define VP9_DECODER_VP9_ONYXD_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -66,4 +66,4 @@ void vp9_remove_decompressor(VP9D_PTR comp);
} }
#endif #endif
#endif // VP9_COMMON_VP9_ONYXD_H_ #endif // VP9_DECODER_VP9_ONYXD_H_