shithub: opus-tools

Download patch

ref: 6b417dcb17b34b94da49cbb5b35b50be9beaf30e
parent: 3a2b0349286bb1e157d1a0ddcb112bdbd7dacc3c
author: Ralph Giles <giles@mozilla.com>
date: Mon Dec 17 08:46:56 EST 2012

Fix an indent.

--- a/src/cpusupport.h
+++ b/src/cpusupport.h
@@ -31,7 +31,7 @@
 
 # if !defined(__SSE__) || defined(_M_X64) || defined(__amd64__)
 #  define query_cpu_support() 0
-#else
+# else
 
 #if defined WIN32 || defined _WIN32
 #include <intrin.h>