aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
index 7ea4aa5..0eb369b 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
@@ -150,4 +150,4 @@ void PrintFunction(const int varX[20], const int varY[20], const int varZ[20])
cout << "\t" << setw(3) << varX[x]
<< "\t " << varY[x]
<< "\t " << varZ[x] << endl;
-}
+} \ No newline at end of file