summaryrefslogtreecommitdiff
path: root/ivfdec.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-12-15 18:40:23 -0800
committerJames Zern <jzern@google.com>2013-12-16 19:41:13 -0800
commit0f512788c8cc2af914538acc31a9ae9bb03f5741 (patch)
tree241b97dbd4d57b5601f1d486ff722e317218d4cf /ivfdec.h
parentd2f49407830de9dbc466f03fcdc90d379a3c0269 (diff)
downloadlibvpx-0f512788c8cc2af914538acc31a9ae9bb03f5741.tar
libvpx-0f512788c8cc2af914538acc31a9ae9bb03f5741.tar.gz
libvpx-0f512788c8cc2af914538acc31a9ae9bb03f5741.tar.bz2
libvpx-0f512788c8cc2af914538acc31a9ae9bb03f5741.zip
{,vpx_scale}: normalize include guards
Change-Id: Ib8aafeee30d59521ee256dc1801e0db6b4b8a371
Diffstat (limited to 'ivfdec.h')
-rw-r--r--ivfdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivfdec.h b/ivfdec.h
index b1468a9f3..5da9accd8 100644
--- a/ivfdec.h
+++ b/ivfdec.h
@@ -27,4 +27,4 @@ int ivf_read_frame(struct VpxInputContext *input,
} /* extern "C" */
#endif
-#endif /* IVFDEC_H_ */
+#endif // IVFDEC_H_