Remove trailing white spaces in bfd
[external/binutils.git] / bfd / cpu-arm.c
index 21a8d0f..4f18336 100644 (file)
@@ -252,10 +252,10 @@ arm_check_note (bfd *abfd,
        return FALSE;
     }
   else
-    { 
+    {
       if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
        return FALSE;
-      
+
       if (strcmp (descr, expected_name) != 0)
        return FALSE;