Ignore:
Timestamp:
2015-02-20T22:50:54Z (10 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/twitter/twitter_http.h

    raf359b4 r5ebff60  
    3939                                  gpointer data, int is_post, char** arguments, int arguments_len);
    4040struct http_request *twitter_http_f(struct im_connection *ic, char *url_string, http_input_function func,
    41                                     gpointer data, int is_post, char** arguments, int arguments_len, twitter_http_flags_t flags);
     41                                    gpointer data, int is_post, char** arguments, int arguments_len,
     42                                    twitter_http_flags_t flags);
    4243
    4344#endif //_TWITTER_HTTP_H
Note: See TracChangeset for help on using the changeset viewer.