Browse Source

Fix indentation

master
Bert Münnich 4 years ago
parent
commit
55777ba9f4
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      main.c

+ 4
- 4
main.c View File

@@ -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 {


Loading…
Cancel
Save