Changeset 5ebff60 for commands.h


Ignore:
Timestamp:
2015-02-20T22:50:54Z (8 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
  • commands.h

    raf359b4 r5ebff60  
    1   /********************************************************************\
     1/********************************************************************\
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
     
    2929#include "bitlbee.h"
    3030
    31 typedef struct command
    32 {
     31typedef struct command {
    3332        char *command;
    3433        int required_parameters;
     
    3938extern command_t root_commands[];
    4039
    41 #define IRC_CMD_PRE_LOGIN       1
    42 #define IRC_CMD_LOGGED_IN       2
    43 #define IRC_CMD_OPER_ONLY       4
    44 #define IRC_CMD_TO_MASTER       8
     40#define IRC_CMD_PRE_LOGIN       1
     41#define IRC_CMD_LOGGED_IN       2
     42#define IRC_CMD_OPER_ONLY       4
     43#define IRC_CMD_TO_MASTER       8
    4544
    46 #define IPC_CMD_TO_CHILDREN     1
     45#define IPC_CMD_TO_CHILDREN     1
    4746
    4847#endif
Note: See TracChangeset for help on using the changeset viewer.