diff options
| author | tafaar <[email protected]> | 2022-10-14 20:41:31 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-14 20:41:31 -0700 |
| commit | 69df2550dbe9402d731429905b780edc58f173df (patch) | |
| tree | 0683506d16b5882643c3c59921743b149fd178c6 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | formatting (diff) | |
| download | cst116-lab1-hill-69df2550dbe9402d731429905b780edc58f173df.tar.xz cst116-lab1-hill-69df2550dbe9402d731429905b780edc58f173df.zip | |
more formatting
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
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; |