sim: common: trim trailing whitespace
[deliverable/binutils-gdb.git] / sim / common / syscall.c
index 529a90f6d571872070702b7eb78867b898ba3c88..fd5b82ab9873c3e083d5e0118aa45a5dd2bf56fa 100644 (file)
@@ -93,7 +93,7 @@ get_string (cb, sc, buf, buflen, addr)
         path name along with the syscall request, and cache the file
         name somewhere (or otherwise tweak this as desired).  */
       unsigned int count = (*sc->read_mem) (cb, sc, addr, p, 1);
-                                   
+
       if (count != 1)
        return EINVAL;
       if (*p == 0)
This page took 0.024409 seconds and 4 git commands to generate.