summaryrefslogtreecommitdiff
path: root/for.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'for.cpp')
-rw-r--r--for.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/for.cpp b/for.cpp
index 2cccd65..677c1c5 100644
--- a/for.cpp
+++ b/for.cpp
@@ -19,7 +19,7 @@ int main (void) {
for(int val2 = 10 ; val2 >= 1 ; val2--) {
std::cout << val2 << std::endl;
}
-
+
std::cout << "Done." << std::endl; // We send text to 'cout' a so called 'ostream'
int64_t one = 0;
int64_t two = 0;