summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step6/tutorial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step6/tutorial.cxx')
-rw-r--r--Tests/Tutorial/Step6/tutorial.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step6/tutorial.cxx b/Tests/Tutorial/Step6/tutorial.cxx
index 2fae364..37f6ac4 100644
--- a/Tests/Tutorial/Step6/tutorial.cxx
+++ b/Tests/Tutorial/Step6/tutorial.cxx
@@ -5,7 +5,7 @@
#include <stdlib.h>
#ifdef USE_MYMATH
-#include "MathFunctions.h"
+# include "MathFunctions.h"
#endif
int main(int argc, char* argv[])