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.

Changes between Version 12 and Version 13 of StyleGuide


Ignore:
Timestamp:
Mar 1, 2014, 5:19:32 PM (10 years ago)
Author:
MarkDoliner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StyleGuide

    v12 v13  
    2121{
    2222        if (x > y) {
    23             return;
     23                do_something();
     24        } else {
     25                do_something_else();
    2426        }
    2527
    2628        for (i = 0; i < x; i++) {
    27                 /* the code here, indented by a tab */
     29                ...
    2830        }
    2931};
     
    8183do_some_magic_thing(int foo, gchar *bar)
    8284{
    83         /* misc, other */
     85        ...
    8486}
    8587}}}
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!