Skip to content

Commit dbde3c2

Browse files
committed
Make clang-formatter compliant
1 parent 67b7ffa commit dbde3c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/getopt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static struct _getopt_data getopt_data;
145145
whose names are inconsistent. */
146146

147147
#ifndef getenv
148-
extern char *getenv (const char *);
148+
extern char *getenv(const char *);
149149
#endif
150150

151151
#endif /* not __GNU_LIBRARY__ */

src/getopt.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ struct option {
143143

144144
/* Check for musl C library (<bits/alltypes.h> is musl specific). */
145145
#if !defined __GLIBC__ && __has_include(<bits/alltypes.h>)
146-
# ifndef __MUSL__
147-
# define __MUSL__ 1
148-
# endif
146+
#ifndef __MUSL__
147+
#define __MUSL__ 1
148+
#endif
149149
#endif
150150

151151
#if defined __GLIBC__ || defined __MUSL__

test/data/BOING.BIN

-694 KB
Binary file not shown.

test/data/cdda2.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TITLE "Join us now we have the software"
22
CATALOG 0000010271955
33
PERFORMER "Richard Stallman"
4-
FILE "BOING.BIN" BINARY
4+
FILE "BOING2.BIN" BINARY
55
TRACK 01 AUDIO
66
FLAGS DCP
77
INDEX 01 00:00:00

0 commit comments

Comments
 (0)