summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 00:00:11 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 01:08:54 +0200
commitdee6c7ca318b310996ecc997cd64be026c0f76d2 (patch)
tree8abb4158f4b76600dfd657c1a366855895f203b3 /vcl/osx
parent8b384c946cb6725d691123152f5e7c6ac0692185 (diff)
fix indentation
Change-Id: I4f299e510fecb57f763818743d357ae6bf2333af
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];