summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/string.m
blob: f3fca80f2038536ba011d137dc6b8b0951612848 (plain)
1
2
3
4
5
6
7
8
9
10
11

- (void)moreScannedData:(Image*)img from:(int)start to:(int)stop;
-(void)moreScannedData : (Image*)img from : (int)start to : (int)stop;

public bool Enabled
{
    NSString* whatever = @"some lovely text, the fox and co";

    a = (enderedImage->h - toplines - bottomlines);
}