[Pkg-julia-devel] [SCM] dsfmt/master: require-sse2-on-i386.patch: adapt indentation

pc-guest at users.alioth.debian.org pc-guest at users.alioth.debian.org
Mon Nov 2 04:56:31 UTC 2015


The following commit has been merged in the master branch:
commit 24bfce3357b81f85802e7d132917b425f2f74752
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 23:52:24 2015 -0500

    require-sse2-on-i386.patch: adapt indentation

diff --git a/debian/patches/require-sse2-on-i386.patch b/debian/patches/require-sse2-on-i386.patch
index 7e5e3cb..09feaf2 100644
--- a/debian/patches/require-sse2-on-i386.patch
+++ b/debian/patches/require-sse2-on-i386.patch
@@ -27,9 +27,9 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 +#if defined(HAVE_SSE2) && defined(__i386__)
 +static int check_sse2() {
-+  unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0;
-+  __get_cpuid(1, &eax, &ebx, &ecx, &edx);
-+  return edx & bit_SSE2 ? 1 : 0;
++    unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0;
++    __get_cpuid(1, &eax, &ebx, &ecx, &edx);
++    return edx & bit_SSE2 ? 1 : 0;
 +}
 +#endif
 +

-- 
dsfmt packaging



More information about the Pkg-julia-devel mailing list