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:
-
Mar 1, 2014, 5:19:32 PM (10 years ago)
- Author:
-
MarkDoliner
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 21 | 21 | { |
| 22 | 22 | if (x > y) { |
| 23 | | return; |
| | 23 | do_something(); |
| | 24 | } else { |
| | 25 | do_something_else(); |
| 24 | 26 | } |
| 25 | 27 | |
| 26 | 28 | for (i = 0; i < x; i++) { |
| 27 | | /* the code here, indented by a tab */ |
| | 29 | ... |
| 28 | 30 | } |
| 29 | 31 | }; |
| … |
… |
|
| 81 | 83 | do_some_magic_thing(int foo, gchar *bar) |
| 82 | 84 | { |
| 83 | | /* misc, other */ |
| | 85 | ... |
| 84 | 86 | } |
| 85 | 87 | }}} |
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!