Changeset 5ebff60 for otr.h


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
  • otr.h

    raf359b4 r5ebff60  
    1   /********************************************************************\
     1/********************************************************************\
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
     
    77/*
    88  OTR support (cf. http://www.cypherpunks.ca/otr/)
    9  
     9
    1010  (c) 2008,2013 Sven Moritz Hallberg <pesco@khjk.org>
    1111  funded by stonedcoder.org
     
    4949        char *accountname;
    5050        char *protocol;
    51        
     51
    5252        struct kg *next;
    5353} kg_t;
     
    5959        FILE *to;        /* pipe to keygen slave */
    6060        FILE *from;      /* pipe from keygen slave */
    61        
     61
    6262        /* active keygen job (NULL if none) */
    6363        char *sent_accountname;
    6464        char *sent_protocol;
    65        
     65
    6666        /* keygen jobs waiting to be sent to slave */
    6767        kg_t *todo;
Note: See TracChangeset for help on using the changeset viewer.