diff options
Diffstat (limited to 'Tests/Tutorial/Step3/tutorial.cxx')
-rw-r--r-- | Tests/Tutorial/Step3/tutorial.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step3/tutorial.cxx b/Tests/Tutorial/Step3/tutorial.cxx index 2fae364..37f6ac4 100644 --- a/Tests/Tutorial/Step3/tutorial.cxx +++ b/Tests/Tutorial/Step3/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[]) |