summaryrefslogtreecommitdiff
path: root/_darcs/inventory
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/inventory')
-rw-r--r--_darcs/inventory11
1 files changed, 11 insertions, 0 deletions
diff --git a/_darcs/inventory b/_darcs/inventory
index 3137b8080..844cdd799 100644
--- a/_darcs/inventory
+++ b/_darcs/inventory
@@ -67,4 +67,15 @@ Evan Prodromou <evan@prodromou.name>**20081223192129
keyword 'NULL' with its lowercase version. This is another PEAR code
standards change.
+]
+[change function headers to K&R style
+Evan Prodromou <evan@prodromou.name>**20081223193323
+
+ Another huge change, for PEAR code standards compliance. Function
+ headers have to be in K&R style (opening brace on its own line),
+ instead of having the opening brace on the same line as the function
+ and parameters. So, a little perl magic found all the function
+ definitions and move the opening brace to the next line (properly
+ indented... usually).
+
] \ No newline at end of file