diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:29:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:29:23 +0100 |
commit | 0fa06d60baf69663b7ed174329836ad318683f71 (patch) | |
tree | 3226bc473780aa37e32de6287a016486f1b86c52 /src/scrotty.c | |
parent | typo (diff) | |
download | scrotty-0fa06d60baf69663b7ed174329836ad318683f71.tar.gz scrotty-0fa06d60baf69663b7ed174329836ad318683f71.tar.bz2 scrotty-0fa06d60baf69663b7ed174329836ad318683f71.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/scrotty.c')
-rw-r--r-- | src/scrotty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 9837a26..9105368 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -207,8 +207,8 @@ save (const char *fbpath, const char *imgpath, long width, long height, int raw) close (pipe_rw[1]); /* Open file descriptor for the output image. */ - fd = open(imgpath, O_WRONLY | O_CREAT | O_TRUNC, - S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); + fd = open (imgpath, O_WRONLY | O_CREAT | O_TRUNC, + S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); if (fd == -1) goto child_fail; |