diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-20 18:53:56 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-20 18:53:56 +0000 |
commit | 00e67be7c98cedf3ea60c10d4a527f30cdfa473c (patch) | |
tree | 969f972985004c49530b1f4ca6f9782cb3b2acac /src/signal_check.h | |
parent | 29a25b9933b32800f58dd73d5d1fc21993071c92 (diff) | |
download | mpd-00e67be7c98cedf3ea60c10d4a527f30cdfa473c.tar.gz mpd-00e67be7c98cedf3ea60c10d4a527f30cdfa473c.tar.xz mpd-00e67be7c98cedf3ea60c10d4a527f30cdfa473c.zip |
Add mpd-indent.sh
Add a few new options for indent to try to make
things a bit cleaner
git-svn-id: https://svn.musicpd.org/mpd/trunk@4411 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/signal_check.h')
-rw-r--r-- | src/signal_check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signal_check.h b/src/signal_check.h index 0f5d55ea8..4ba72fbbf 100644 --- a/src/signal_check.h +++ b/src/signal_check.h @@ -27,4 +27,4 @@ void signal_unhandle(int sig); int signal_is_pending(int sig); void signal_clear(int sig); -#endif /* SIGNAL_CHECK_H */ +#endif /* SIGNAL_CHECK_H */ |