Ignore:
Timestamp:
2015-02-20T22:50:54Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
0b9daac, 3d45471, 7733b8c
Parents:
af359b4
git-author:
Indent <please@…> (19-02-15 05:47:20)
git-committer:
dequis <dx@…> (20-02-15 22:50:54)
Message:

Reindent everything to K&R style with tabs

Used uncrustify, with the configuration file in ./doc/uncrustify.cfg

Commit author set to "Indent <please@…>" so that it's easier to
skip while doing git blame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/info.h

    raf359b4 r5ebff60  
    66/*
    77 * SNAC Family: Location Services.
    8  */ 
     8 */
    99#define AIM_CB_LOC_ERROR 0x0001
    1010#define AIM_CB_LOC_REQRIGHTS 0x0002
     
    2929#define AIM_CAPS_ICQ            0x00000400
    3030#define AIM_CAPS_APINFO         0x00000800
    31 #define AIM_CAPS_ICQRTF         0x00001000
    32 #define AIM_CAPS_EMPTY          0x00002000
     31#define AIM_CAPS_ICQRTF         0x00001000
     32#define AIM_CAPS_EMPTY          0x00002000
    3333#define AIM_CAPS_ICQSERVERRELAY 0x00004000
    3434#define AIM_CAPS_ICQUNKNOWN     0x00008000
Note: See TracChangeset for help on using the changeset viewer.