From d1ba55a28cd40134356faf3e01971491086591d9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 Jan 2014 08:50:40 +0200 Subject: Indentation fix Change-Id: Iab16c4ff664f9bcc53458e5f7c249d3fb030fe07 --- vcl/quartz/salvd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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 } -- cgit