Kaydet (Commit) 603d9c1a authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix indentation

Change-Id: I558b6c0c1be917fbf6df722d4f0268c271bb888c
üst be7d3df1
......@@ -87,7 +87,8 @@ AquaSalObject::AquaSalObject( AquaSalFrame* pFrame, SystemWindowData* pWindowDat
{
maSysData.mpNSView = [[NSView alloc] initWithFrame: aInitFrame];
}
if( maSysData.mpNSView )
if( maSysData.mpNSView )
{
if( mpClipView )
[mpClipView setDocumentView: maSysData.mpNSView];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment