summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cs/objc.mm
blob: 7f0e706a67601a3017fb202bfbf3270680d07d0d (plain)
1
2
3
4
5
6
7
8
void foo()
{
		if(key)
			ret.key = [NSString stringWithCharacters:&key length:1];

		[gUndoMenu->m_UndoItem setTitle:[NSString stringWithFormat:[NSString stringWithUTF8String:localizedUndo], undoName.c_str()]];
		[gUndoMenu->m_RedoItem setTitle:[NSString stringWithFormat:[NSString stringWithUTF8String:localizedRedo], redoName.c_str()]];
}