]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tcg/cris/check_settls1.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / tests / tcg / cris / check_settls1.c
index 69d202652ae2a6801bd421edcc68d307afaf4377..3abc3a9ea830b3b2d44b0e69548cb24af2678d40 100644 (file)
@@ -35,7 +35,7 @@ int main (void)
     syscall (SYS_set_thread_area, old_tp);
 
     if (tp != 0xeddeed00) {
-       * (volatile int *) 0 = 0;
+        * (volatile int *) 0 = 0;
         perror ("tls2");
         abort ();
     }