find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / target-m68k / cpu.h
index 5a0222d..a34c137 100644 (file)
@@ -86,7 +86,7 @@ typedef struct CPUM68KState {
     /* Temporary storage for DIV helpers.  */
     uint32_t div1;
     uint32_t div2;
-   
+
     /* MMU status.  */
     struct {
         uint32_t ar;