Skip to content

Commit

Permalink
Whitespace changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite1981 committed Apr 30, 2006
1 parent af4665b commit 9a9da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Apple (OS X) and Sun systems declare getopt in unistd.h, other systems
* (Linux) use getopt.h.
*/
#if defined ( __APPLE__ ) || (defined(__SVR4) && defined(__sun))
#if defined (__APPLE__) || (defined(__SVR4) && defined(__sun))
# include <unistd.h>
#else
# include "getopt.h"
Expand Down

0 comments on commit 9a9da0d

Please sign in to comment.