Author: hbelusca
Date: Tue May 31 23:02:46 2016
New Revision: 71479
URL:
http://svn.reactos.org/svn/reactos?rev=71479&view=rev
Log:
[REACTOS]: Turn tabs into spaces + indent.
Modified:
trunk/reactos/sdk/include/reactos/buildno.h.cmake
trunk/reactos/sdk/include/reactos/version.h.cmake
Modified: trunk/reactos/sdk/include/reactos/buildno.h.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/reactos/buildn…
==============================================================================
--- trunk/reactos/sdk/include/reactos/buildno.h.cmake [iso-8859-1] (original)
+++ trunk/reactos/sdk/include/reactos/buildno.h.cmake [iso-8859-1] Tue May 31 23:02:46
2016
@@ -1,14 +1,18 @@
/* Do not edit - Machine generated */
#ifndef _INC_REACTOS_BUILDNO
#define _INC_REACTOS_BUILDNO
-#define KERNEL_VERSION_BUILD @KERNEL_VERSION_BUILD@
-#define KERNEL_VERSION_BUILD_HEX 0x@KERNEL_VERSION_BUILD_HEX@
-#define KERNEL_VERSION_BUILD_STR "@KERNEL_VERSION_BUILD@-@REVISION@"
-#define KERNEL_VERSION_BUILD_RC "@KERNEL_VERSION_BUILD@-@REVISION@\0"
-#define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
-#define KERNEL_VERSION_STR "@KERNEL_VERSION@"
-#define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@
-#define REACTOS_DLL_VERSION_RC "@DLL_VERSION_STR@\0"
-#define REACTOS_DLL_VERSION_STR "@DLL_VERSION_STR@"
+
+#define KERNEL_VERSION_BUILD @KERNEL_VERSION_BUILD@
+#define KERNEL_VERSION_BUILD_HEX 0x@KERNEL_VERSION_BUILD_HEX@
+#define KERNEL_VERSION_BUILD_STR "@KERNEL_VERSION_BUILD@-@REVISION@"
+#define KERNEL_VERSION_BUILD_RC "@KERNEL_VERSION_BUILD@-@REVISION@\0"
+
+#define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
+#define KERNEL_VERSION_STR "@KERNEL_VERSION@"
+
+#define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@
+#define REACTOS_DLL_VERSION_RC "@DLL_VERSION_STR@\0"
+#define REACTOS_DLL_VERSION_STR "@DLL_VERSION_STR@"
+
#endif
/* EOF */
Modified: trunk/reactos/sdk/include/reactos/version.h.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/reactos/versio…
==============================================================================
--- trunk/reactos/sdk/include/reactos/version.h.cmake [iso-8859-1] (original)
+++ trunk/reactos/sdk/include/reactos/version.h.cmake [iso-8859-1] Tue May 31 23:02:46
2016
@@ -5,25 +5,25 @@
* PURPOSE: Defines the current version
* PROGRAMMER: David Welch (welch(a)mcmail.com)
* REVISIONS:
- * 1999-11-06 (ea)
- * Moved from include/internal in include/reactos
- * to be used by buildno.
- * 2002-01-17 (ea)
- * KERNEL_VERSION removed. Use
- * reactos/buildno.h:KERNEL_VERSION_STR instead.
+ * 1999-11-06 (ea)
+ * Moved from include/internal in include/reactos
+ * to be used by buildno.
+ * 2002-01-17 (ea)
+ * KERNEL_VERSION removed. Use
+ * reactos/buildno.h:KERNEL_VERSION_STR instead.
*/
#ifndef __VERSION_H
#define __VERSION_H
-#define KERNEL_VERSION_MAJOR @KERNEL_VERSION_MAJOR@
-#define KERNEL_VERSION_MINOR @KERNEL_VERSION_MINOR@
-#define KERNEL_VERSION_PATCH_LEVEL @KERNEL_VERSION_PATCH_LEVEL@
+#define KERNEL_VERSION_MAJOR @KERNEL_VERSION_MAJOR@
+#define KERNEL_VERSION_MINOR @KERNEL_VERSION_MINOR@
+#define KERNEL_VERSION_PATCH_LEVEL @KERNEL_VERSION_PATCH_LEVEL@
#define COPYRIGHT_YEAR "@COPYRIGHT_YEAR@"
/* KERNEL_VERSION_BUILD_TYPE is "SVN" or "" (for the release) */
-#define KERNEL_VERSION_BUILD_TYPE "@KERNEL_VERSION_BUILD_TYPE@"
+#define KERNEL_VERSION_BUILD_TYPE "@KERNEL_VERSION_BUILD_TYPE@"
/* KERNEL_VERSION_RELEASE_TYPE is "RC1", "RC2" or "" (for
the final one) */
#define KERNEL_VERSION_RELEASE_TYPE "@KERNEL_VERSION_RELEASE_TYPE@"