Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 26, 2009, 9:02:48 PM (15 years ago)
- Author:
-
John Bailey
- Comment:
-
One parameter per line is excessively wasteful.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
58 | 58 | |
59 | 59 | * There should be a newline between the return type of the function and the function's name. |
60 | | * One parameter per line. |
| 60 | * Wrap parameters sensibly, preferably around 80 characters or so. |
61 | 61 | * As mentioned above, the opening brace should be on a new line. |
62 | 62 | |
… |
… |
|
66 | 66 | #!c |
67 | 67 | GtkWidget * |
68 | | do_some_magic_thing(int foo, |
69 | | gchar *bar) |
| 68 | do_some_magic_thing(int foo, gchar *bar) |
70 | 69 | { |
71 | 70 | /* misc, other */ |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!