diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/string.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/string.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/string.m b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/string.m deleted file mode 100644 index f3fca80f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/string.m +++ /dev/null @@ -1,11 +0,0 @@ - -- (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); -} - |