]> granicus.if.org Git - libvpx/commitdiff
cpplint issues in vp9_lookahead.c
authorJim Bankoski <jimbankoski@google.com>
Fri, 4 Oct 2013 21:24:19 +0000 (14:24 -0700)
committerJim Bankoski <jimbankoski@google.com>
Fri, 4 Oct 2013 21:24:19 +0000 (14:24 -0700)
Change-Id: I2a98995f0df77d99dc47bda5e41886f014d8843f

vp9/encoder/vp9_lookahead.c

index 81445a97f8da607e7f627895b94d512e93f7b87a..c28c868457a004ac373ac65afe780dcdf489a220 100644 (file)
@@ -10,7 +10,7 @@
 #include <assert.h>
 #include <stdlib.h>
 
-#include "vpx_config.h"
+#include "./vpx_config.h"
 #include "vp9/common/vp9_common.h"
 #include "vp9/encoder/vp9_lookahead.h"
 #include "vp9/common/vp9_extend.h"
@@ -77,7 +77,7 @@ struct lookahead_ctx * vp9_lookahead_init(unsigned int width,
         goto bail;
   }
   return ctx;
-bail:
+ bail:
   vp9_lookahead_destroy(ctx);
   return NULL;
 }