Code cleanup.
[TD_SE.git] / 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);