Skip to content

Commit

Permalink
Staging: hv: cleanup coding style issues in VersionInfo.h
Browse files Browse the repository at this point in the history
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 46a0525 commit d41024f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions drivers/staging/hv/VersionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d41024f

Please sign in to comment.