aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/testFuncs2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h
index fa4ce13..8f01004 100644
--- a/test/testFuncs2.h
+++ b/test/testFuncs2.h
@@ -21,15 +21,15 @@ void testFunc1(void);
void testFunc4()
{
- /*do shit*/
+ /*do shit*/
}
testFunc5( void)
{
- //different kind of comment
- ///another kind
- /*this kind*/
- /**that kind*/
+ //different kind of comment
+ ///another kind
+ /*this kind*/
+ /**that kind*/
}
void testFunc9(void);