diff options
author | Jonathan Beck | 2009-01-08 21:42:52 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-08 21:42:52 +0100 |
commit | d174ba080c959cab3245fb1714c6d6340ebbac09 (patch) | |
tree | 145eb844646e611fe94c6a1ee74946f1b3fd74ba /Makefile.am | |
parent | c8d5e261b3cdcdd0dec90248563484dfd464d754 (diff) | |
download | libplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.gz libplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.bz2 |
Add edition and reading fonctions so that handling plist is less confusing.
Fix indent.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e88e9be..264b0a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ doc: doxygen doxygen.cfg indent: - indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c + indent -kr -ut -ts4 -l120 src/*.c src/*.h plutil/*.c |