Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/action/vs200x/vs200x.h')
-rw-r--r--src/action/vs200x/vs200x.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/action/vs200x/vs200x.h b/src/action/vs200x/vs200x.h
index ef3b39d..6035cd8 100644
--- a/src/action/vs200x/vs200x.h
+++ b/src/action/vs200x/vs200x.h
@@ -1,20 +1,20 @@
-/**
- * \file vs200x.h
- * \brief General purpose Visual Studio support functions.
- * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
- */
-#if !defined(PREMAKE_VS200X_H)
-#define PREMAKE_VS200X_H
-
-#include "session/session.h"
-
-int vs200x_attribute(Stream strm, int indent_size, const char* name, const char* value, ...);
-int vs200x_element_end(Session sess, Stream strm, int level, const char* markup);
-const char* vs200x_false(Session sess);
-int vs200x_get_target_version(Session sess);
-const char* vs200x_project_file_extension(Project prj);
-const char* vs200x_tool_guid(const char* language);
-const char* vs200x_true(Session sess);
-
-#endif
-
+/**
+ * \file vs200x.h
+ * \brief General purpose Visual Studio support functions.
+ * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
+ */
+#if !defined(PREMAKE_VS200X_H)
+#define PREMAKE_VS200X_H
+
+#include "session/session.h"
+
+int vs200x_attribute(Stream strm, int indent_size, const char* name, const char* value, ...);
+int vs200x_element_end(Session sess, Stream strm, int level, const char* markup);
+const char* vs200x_false(Session sess);
+int vs200x_get_target_version(Session sess);
+const char* vs200x_project_file_extension(Project prj);
+const char* vs200x_tool_guid(const char* language);
+const char* vs200x_true(Session sess);
+
+#endif
+