Code cleanup.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Feb 2018 23:47:33 +0000 (00:47 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Feb 2018 23:47:33 +0000 (00:47 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
prodcons/prodcons.c

index a533b48ad247254baf5eeb296dc55c1f5f3564de..2ff3868e109f8044308d7e8ae2b998ef7b999e75 100644 (file)
@@ -11,6 +11,7 @@ typedef struct args {
        sem_t sem_busy;
 } args_t;
 static int buf[BUF_SIZE];
+
 void *prod(void *arg);
 void *cons(void *arg);