We need this on one line so the style guidelines check will detect it is a struct

This commit is contained in:
Micke Prag 2012-12-05 14:07:18 +01:00
parent 630db4f483
commit 641598a359

View file

@ -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) {