summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50004-string.m
blob: bbfeb51e146b8b083ad9d4b4516b0ae4a8c6e8c0 (plain)
1
2
3
4
5
6
7
8
9
10

-(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);
}