summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_decl_colon.h
blob: b44b11ee513366515fd3a84f341008b845ee617c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file align_oc_decl_colon.h
 *
 * @author  Guy Maurel
 * split from align.cpp
 * @author  Ben Gardner
 * @license GPL v2+
 */

#ifndef ALIGN_OC_DECL_COLON_H_INCLUDED
#define ALIGN_OC_DECL_COLON_H_INCLUDED


/**
 * Aligns OC declarations on the colon
 * -(void) doSomething: (NSString*) param1
 *                with: (NSString*) param2
 */
void align_oc_decl_colon();

#endif /* ALIGN_OC_DECL_COLON_H_INCLUDED */