]> andersk Git - openssh.git/commitdiff
small format sync.
authorstevesk <stevesk>
Sun, 11 Feb 2001 14:19:40 +0000 (14:19 +0000)
committerstevesk <stevesk>
Sun, 11 Feb 2001 14:19:40 +0000 (14:19 +0000)
scp.c

diff --git a/scp.c b/scp.c
index 0da4f9773bcad138815f4dedeb71e7739d96e367..268643b518e098c1676c420e8153e4dbd179c090 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1176,7 +1176,8 @@ progressmeter(int flag)
                abbrevsize >>= 10;
        }
        snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5lu %c%c ",
-           (unsigned long) abbrevsize, prefixes[i], prefixes[i] == ' ' ? ' ' : 'B');
+           (unsigned long) abbrevsize, prefixes[i],
+           prefixes[i] == ' ' ? ' ' : 'B');
 
        timersub(&now, &lastupdate, &wait);
        if (cursize > lastsize) {
This page took 0.041994 seconds and 5 git commands to generate.