Remove trailing white spaces on gas
[binutils-gdb.git] / gas / input-file.c
index a864e4bdc812744b97d27c668ae47ab11726a74c..ecf1b44be9fbde489791917d27c6b3d7bdaf08c3 100644 (file)
@@ -218,7 +218,7 @@ input_file_get (char *buf, size_t buflen)
 
   if (feof (f_in))
     return 0;
-  
+
   size = fread (buf, sizeof (char), buflen, f_in);
   if (ferror (f_in))
     as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno));