]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
whitespace editing in readme
authorG.E. <gregory.economou@vectorcamp.gr>
Wed, 13 Mar 2024 15:33:23 +0000 (17:33 +0200)
committerG.E. <gregory.economou@vectorcamp.gr>
Wed, 13 Mar 2024 15:33:23 +0000 (17:33 +0200)
README.md

index e82517f00fd7c47f43088a5a7c41b1f3f3a52b90..764f5e8c526792dda664ce57747267b2e3df93cb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -124,7 +124,6 @@ export CC="/usr/pkg/gcc12/bin/cc"
 export CXX="/usr/pkg/gcc12/bin/g++"
 ```
 
-
 In FreeBSD similarly, you might want to install a different compiler.
 Using the example of gcc12 from pkg:
 ```
@@ -132,7 +131,6 @@ export CC="/usr/local/bin/gcc"
 export CXX="/usr/local/bin/g++"
 ```
 
-
 Then continue with the build as below.