]> Git Repo - qemu.git/blobdiff - tests/tcg/alpha/test-cond.c
avoid TABs in files that only contain a few
[qemu.git] / tests / tcg / alpha / test-cond.c
index e625313b3e082ff858ab45e3d04f1ddf28b9beb7..3e11c4c10516c1b5e424e1eb4dfe8bb703533bb8 100644 (file)
@@ -6,7 +6,7 @@
 int test_##N (long a)                          \
 {                                              \
   int res = 1;                                 \
-                                               \
+                                                \
   asm ("cmov"#N" %1,$31,%0"                    \
        : "+r" (res) : "r" (a));                        \
   return !res;                                 \
@@ -18,7 +18,7 @@ int test_##N (long a)                         \
 int test_##N (long a)                          \
 {                                              \
   int res = 1;                                 \
-                                               \
+                                                \
   asm ("b"#N" %1,1f\n\t"                       \
        "addq $31,$31,%0\n\t"                   \
        "1: unop\n"                             \
This page took 0.028097 seconds and 4 git commands to generate.