mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Staging: hv: cleanup coding style issues in VersionInfo.h
Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
46a0525385
commit
d41024f70f
1 changed files with 6 additions and 4 deletions
|
@ -21,9 +21,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __HV_VERSION_INFO
|
||||
#define __HV_VERSION_INFO
|
||||
|
||||
#pragma once
|
||||
static const char VersionDate[] = __DATE__;
|
||||
static const char VersionTime[] = __TIME__;
|
||||
static const char VersionDesc[] = "Version 2.0";
|
||||
|
||||
static const char VersionDate[]=__DATE__;
|
||||
static const char VersionTime[]=__TIME__;
|
||||
static const char VersionDesc[]= "Version 2.0";
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue