summaryrefslogtreecommitdiff
path: root/vpx_ports/emmintrin_compat.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-12-15 18:36:00 -0800
committerJames Zern <jzern@google.com>2013-12-16 19:41:10 -0800
commitd2f49407830de9dbc466f03fcdc90d379a3c0269 (patch)
treebc046ba3a2be9cadad401f12cbe21aeb588676dc /vpx_ports/emmintrin_compat.h
parent941e0b61505699411ca205aaf65841582ac976ef (diff)
downloadlibvpx-d2f49407830de9dbc466f03fcdc90d379a3c0269.tar
libvpx-d2f49407830de9dbc466f03fcdc90d379a3c0269.tar.gz
libvpx-d2f49407830de9dbc466f03fcdc90d379a3c0269.tar.bz2
libvpx-d2f49407830de9dbc466f03fcdc90d379a3c0269.zip
vpx_ports: normalize include guards
Change-Id: I4e931aadecfe1761c720b080bdd67a1875794979
Diffstat (limited to 'vpx_ports/emmintrin_compat.h')
-rw-r--r--vpx_ports/emmintrin_compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_ports/emmintrin_compat.h b/vpx_ports/emmintrin_compat.h
index 782d603af..16176383d 100644
--- a/vpx_ports/emmintrin_compat.h
+++ b/vpx_ports/emmintrin_compat.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_EMMINTRIN_COMPAT_H
-#define VPX_PORTS_EMMINTRIN_COMPAT_H
+#ifndef VPX_PORTS_EMMINTRIN_COMPAT_H_
+#define VPX_PORTS_EMMINTRIN_COMPAT_H_
#if defined(__GNUC__) && __GNUC__ < 4
/* From emmintrin.h (gcc 4.5.3) */
@@ -52,4 +52,4 @@ _mm_castsi128_pd(__m128i __A)
}
#endif
-#endif
+#endif // VPX_PORTS_EMMINTRIN_COMPAT_H_