1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

Fix trailing spaces. (#133)

This commit is contained in:
Mizux 2020-09-23 09:27:23 +02:00 committed by GitHub
parent 17ffb65117
commit a7e0963508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -197,5 +197,4 @@ Please check the [CMake build instructions](cmake/README.md).
cmake -B/tmp/cpu_features -H. -GNinja -DBUILD_TESTING=ON
ninja -C/tmp/cpu_features
ninja -C/tmp/cpu_features test
```