OSDN Git Service

white space and minor comment cleanup.
[pf3gnuchains/sourceware.git] / winsup / cygwin / strace.cc
index 8716cce..38b00f6 100644 (file)
@@ -149,7 +149,7 @@ strace::vsprntf (char *buf, const char *func, const char *infmt, va_list ap)
        *p = '\000';
       p = progname;
       count = __small_sprintf (buf, fmt, p && *p ? p : "?",
-                              myself->pid ?: GetCurrentProcessId (),
+                             myself->pid ?: GetCurrentProcessId (),
                               execing ? "!" : "");
       if (func)
        count += getfunc (buf + count, func);