From f230223aef8990ec172f825de8444f67f6d1aa6f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 8 May 2014 00:54:21 -0400 Subject: Remove trailing whitespace. Change-Id: Id487c8951d7f258c57fa71fd35a60ddb8c5a3fb2 Reviewed-by: Thiago Macieira --- src/widgets/styles/qmacstyle_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/styles/qmacstyle_mac.mm b/src/widgets/styles/qmacstyle_mac.mm index 174e1dabfa..e165b8aa68 100644 --- a/src/widgets/styles/qmacstyle_mac.mm +++ b/src/widgets/styles/qmacstyle_mac.mm @@ -1696,7 +1696,7 @@ QMacStylePrivate::QMacStylePrivate() if (ptrHIShapeGetBounds == 0) { QLibrary library(QLatin1String("/System/Library/Frameworks/Carbon.framework/Carbon")); library.setLoadHints(QLibrary::ExportExternalSymbolsHint); - ptrHIShapeGetBounds = reinterpret_cast(library.resolve("HIShapeGetBounds")); + ptrHIShapeGetBounds = reinterpret_cast(library.resolve("HIShapeGetBounds")); } } -- cgit v1.2.3