diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-02 01:10:58 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-02 01:31:14 +0200 |
commit | 603d9c1a01a37358f04cee4852838b7ccaecb648 (patch) | |
tree | 0b0aa40ed9c58189d3584d3c9f7e0911e052b336 /vcl | |
parent | be7d3df141bff7560545b4a54a7d8d99d730b17e (diff) |
fix indentation
Change-Id: I558b6c0c1be917fbf6df722d4f0268c271bb888c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/salobj.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/osx/salobj.cxx b/vcl/osx/salobj.cxx index 816eaf10e9bb..8cccd1be4af6 100644 --- a/vcl/osx/salobj.cxx +++ b/vcl/osx/salobj.cxx @@ -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]; |