Commit d41024f7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: cleanup coding style issues in VersionInfo.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 46a05253
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment