commit 6d70a2e305da73b5977974a368edb1e78359135e parent 54c85525a22890837bc64080918ecc2aa2a79dc3 Author: sin <sin@2f30.org> Date: Fri, 26 Dec 2014 14:11:49 +0000 Style fix Diffstat:
M | sad.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sad.h b/sad.h @@ -29,9 +29,9 @@ typedef struct { } Output; typedef struct { - char path[PATH_MAX]; - int id; - int state; + char path[PATH_MAX]; + int id; + int state; Decoder *decoder; } Song;