summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-14 20:41:31 -0700
committertafaar <[email protected]>2022-10-14 20:41:31 -0700
commit69df2550dbe9402d731429905b780edc58f173df (patch)
tree0683506d16b5882643c3c59921743b149fd178c6
parentformatting (diff)
downloadcst116-lab1-hill-69df2550dbe9402d731429905b780edc58f173df.tar.xz
cst116-lab1-hill-69df2550dbe9402d731429905b780edc58f173df.zip
more formatting
-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;