summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-14 10:46:28 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-14 10:46:28 +0000
commitbec5d6e03388a07d9d58a8564f665782231ef8ec (patch)
tree76c707c7c9be4df1fd2cd893dfc5d7ea605c8b12 /Makefile
parent2b2a7d40f375c4143d01c40528ee75a025e9fe12 (diff)
* change signature of volume setters to include the size of the array
* s/output/write/g, s/input/read/g * make "client_name" mandatory again git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@13 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c46a30a..4338843 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ test-sine: $(OBJS)
*.o: *.h
indent:
- indent -brf -kr -nbbo -nbc -ip0 -ppi 4 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -nbfda -hnl -cli4 -nut -ci8 < oss.c
+ indent -bdfa -brf -kr -nbbo -nbc -ip0 -ppi 4 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 < oss.c
# astyle --indent=spaces=4 --brackets=attach --indent-switches --max-instatement-indent=40 --pad=oper --unpad=paren --convert-tabs --mode=c < oss.c
clean: