Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h')
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h b/tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h
index 03d5c4276..192c00835 100644
--- a/tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h
+++ b/tests/org.eclipse.etrice.generator.c.tests.old/src/test/generator/RunCGeneratorTestcases.h
@@ -1,26 +1,26 @@
-/*******************************************************************************
- * Copyright (c) 2011 protos software gmbh (http://www.protos.de).
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * CONTRIBUTORS:
- * Thomas Schuetz (initial contribution)
- *
- *******************************************************************************/
-
-
-/*
- * RunCGeneratorTestcases.h
- *
- * Created on: 12.01.2012
- * Author: tschuetz
- */
-
-#ifndef _RUNCGENERATORTESTCASES_H_
-#define _RUNCGENERATORTESTCASES_H_
-
-void RunCGeneratorTestcases(void);
-
-#endif /* _RUNCGENERATORTESTCASES_H_ */
+/*******************************************************************************
+ * Copyright (c) 2011 protos software gmbh (http://www.protos.de).
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * CONTRIBUTORS:
+ * Thomas Schuetz (initial contribution)
+ *
+ *******************************************************************************/
+
+
+/*
+ * RunCGeneratorTestcases.h
+ *
+ * Created on: 12.01.2012
+ * Author: tschuetz
+ */
+
+#ifndef _RUNCGENERATORTESTCASES_H_
+#define _RUNCGENERATORTESTCASES_H_
+
+void RunCGeneratorTestcases(void);
+
+#endif /* _RUNCGENERATORTESTCASES_H_ */

Back to the top