Fix #ifndef header guard style, according to Google style guidelines
"build/header_guard"
This commit is contained in:
parent
e36b2287e8
commit
7000632f6c
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
// Copyright: See COPYING file that comes with this distribution
|
// Copyright: See COPYING file that comes with this distribution
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
#ifndef TELLDUSSERVICE_WIN_H
|
#ifndef TELLDUS_CORE_SERVICE_TELLDUSWINSERVICE_WIN_H_
|
||||||
#define TELLDUSSERVICE_WIN_H
|
#define TELLDUS_CORE_SERVICE_TELLDUSWINSERVICE_WIN_H_
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
@ -38,4 +38,4 @@ private:
|
||||||
static DWORD WINAPI serviceControlHandler( DWORD controlCode, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext );
|
static DWORD WINAPI serviceControlHandler( DWORD controlCode, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext );
|
||||||
|
|
||||||
};
|
};
|
||||||
#endif // TELLDUSSERVICE_WIN_H
|
#endif // TELLDUS_CORE_SERVICE_TELLDUSWINSERVICE_WIN_H_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue