From 641598a35969ae7a42f0ea8cfbbfb127f51761ca Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Wed, 5 Dec 2012 14:07:18 +0100 Subject: [PATCH] We need this on one line so the style guidelines check will detect it is a struct --- telldus-core/service/TelldusWinService_win.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/telldus-core/service/TelldusWinService_win.cpp b/telldus-core/service/TelldusWinService_win.cpp index cea51638..dd405d9b 100644 --- a/telldus-core/service/TelldusWinService_win.cpp +++ b/telldus-core/service/TelldusWinService_win.cpp @@ -17,8 +17,7 @@ int g_argc; char **g_argv; -static const GUID GUID_DEVINTERFACE_USBRAW = -{ 0xA5DCBF10L, 0x6530, 0x11D2, { 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED } }; +static const GUID GUID_DEVINTERFACE_USBRAW = { 0xA5DCBF10L, 0x6530, 0x11D2, { 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED } }; TelldusWinService::TelldusWinService() :tm(0) {