aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2020-01-16 10:31:41 +0100
committerBert Münnich <ber.t@posteo.de>2020-01-16 10:31:41 +0100
commit55777ba9f4a92a27205c2db0003359422c0797a1 (patch)
tree31ef2a02613ae010cc39040992fafb1afad1d5e1
parent07300da7dfc1f783418e81eb7bea9b6c42952755 (diff)
downloadnsxiv-55777ba9f4a92a27205c2db0003359422c0797a1.tar.zst
Fix indentation
-rw-r--r--main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.c b/main.c
index 59c411a..593e1c1 100644
--- a/main.c
+++ b/main.c
@@ -70,10 +70,10 @@ typedef struct {
} extcmd_t;
struct {
- extcmd_t f;
- int fd;
- unsigned int i, lastsep;
- pid_t pid;
+ extcmd_t f;
+ int fd;
+ unsigned int i, lastsep;
+ pid_t pid;
} info;
struct {