summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index a18ed55..ab9d489 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -40,7 +40,7 @@ int main()
cout << "The aspect ratio is " << width / length << endl;
if (aspectRatio >= 1) {
- cout << "A lower aspect ratio might provide better stability." << endl;
+ cout << endl << "A lower aspect ratio might provide better stability." << endl;
}
const float mass = 135.0f * area;