about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-01-24 15:28:16 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-01-24 15:29:10 +0100
commit8d0eb87d08ac146cddb85e8f59fa6902204290c1 (patch)
treef27b022cb94537835b817c77d2129ba8d4c3fd5f
parent8037b6139fea50894978509744f00484150e6816 (diff)
downloadrust-8d0eb87d08ac146cddb85e8f59fa6902204290c1.tar.gz
rust-8d0eb87d08ac146cddb85e8f59fa6902204290c1.zip
Remove extra whitespace at the end of some line strings
-rw-r--r--build_system/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_system/src/main.rs b/build_system/src/main.rs
index 3a860e2b136..39361718306 100644
--- a/build_system/src/main.rs
+++ b/build_system/src/main.rs
@@ -34,11 +34,11 @@ Options:
         --help    : Displays this help message.
 
 Commands:
-        cargo     : Executes a cargo command. 
+        cargo     : Executes a cargo command.
         rustc     : Compiles the program using the GCC compiler.
         clean     : Cleans the build directory, removing all compiled files and artifacts.
         prepare   : Prepares the environment for building, including fetching dependencies and setting up configurations.
-        build     : Compiles the project. 
+        build     : Compiles the project.
         test      : Runs tests for the project.
         info      : Displays information about the build environment and project configuration.
         clone-gcc : Clones the GCC compiler from a specified source.