]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/cris/helper.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / target / cris / helper.c
index d2ec3491914c70ddbb38cd2903a3ce6ba097764a..b2dbb2075c77ef66d67cb6488484cbbe34b9ae34 100644 (file)
@@ -240,7 +240,7 @@ void cris_cpu_do_interrupt(CPUState *cs)
         /* Exception starts with dslot cleared.  */
         env->dslot = 0;
     }
-       
+
     if (env->pregs[PR_CCS] & U_FLAG) {
         /* Swap stack pointers.  */
         env->pregs[PR_USP] = env->regs[R_SP];