summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/10033-objc.mm
blob: 07ede276b94b8dc17fe85b886a068fbb5fa4016b (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()]];
}