summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 01:10:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 01:31:14 +0200
commit603d9c1a01a37358f04cee4852838b7ccaecb648 (patch)
tree0b0aa40ed9c58189d3584d3c9f7e0911e052b336 /vcl/osx
parentbe7d3df141bff7560545b4a54a7d8d99d730b17e (diff)
fix indentation
Change-Id: I558b6c0c1be917fbf6df722d4f0268c271bb888c
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salobj.cxx3
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];