diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-15 08:50:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-17 00:17:02 +0200 |
commit | d1ba55a28cd40134356faf3e01971491086591d9 (patch) | |
tree | 3b5b447aecf30e72d0d2f3d731883c1ab626c0bb /vcl | |
parent | 5adc0674a7e3edaeeedf639f9ae0e36cf5cced43 (diff) |
Indentation fix
Change-Id: Iab16c4ff664f9bcc53458e5f7c249d3fb030fe07
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salvd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index 07753bc8b800..ccafc04544b9 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -47,7 +47,7 @@ SalVirtualDevice* AquaSalInstance::CreateVirtualDevice( SalGraphics* pGraphics, else return new SvpSalVirtualDevice( nBitCount ); #else - return new AquaSalVirtualDevice( static_cast< AquaSalGraphics* >( pGraphics ), nDX, nDY, nBitCount, pData ); + return new AquaSalVirtualDevice( static_cast< AquaSalGraphics* >( pGraphics ), nDX, nDY, nBitCount, pData ); #endif } |