dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Greg Kroah-Hartman 2009-08-17 17:21:51 -07:00
parent 46a0525385
commit d41024f70f
1 changed files with 6 additions and 4 deletions

View File

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