From 4f67e516a0976cca32defd006834621a7861daf9 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 24 Aug 2004 17:03:10 +0000 Subject: [PATCH] Fix spacing. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@167 38d2e660-2303-0410-9eaa-f027e97ec537 --- verstag.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/verstag.h b/verstag.h index d9a1d176..0510b858 100755 --- a/verstag.h +++ b/verstag.h @@ -1,8 +1,8 @@ /*! * \file * * @@ -12,8 +12,8 @@ * * \brief Define version strings */ -#ifndef VERSTAG_H -#define VERSTAG_H +#ifndef DEVLIB_VERSTAG_H +#define DEVLIB_VERSTAG_H #ifndef ARCH_CONFIG_H #include "arch_config.h" @@ -53,4 +53,4 @@ #define MAKE_RCVERS(maj,min,rev,bld) _STRINGIZE(maj) ", " _STRINGIZE(min) ", " _STRINGIZE(rev) ", " _STRINGIZE(bld) #define RCVERSION_TAG MAKE_VERS(VERS_MAJOR,VERS_MINOR,VERS_REV) -#endif /* VERSTAG_H */ +#endif /* DEVLIB_VERSTAG_H */ -- 2.25.1