]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-alpha/helper.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / target-alpha / helper.c
index 4ec5967ff16f8afad196dad58c7eadd653d7e1f4..72cae49cf1fb1e0490f41be91802b069a3243fce 100644 (file)
@@ -35,7 +35,7 @@ int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
     else
         env->exception_index = EXCP_DFAULT;
     env->ipr[IPR_EXC_ADDR] = address;
-   
+
     return 1;
 }