Fix a typo (non-breakable space -> space)
--- trunk/dports/math/atlas/Portfile 2013-09-30 16:24:03 UTC (rev 111753)
+++ trunk/dports/math/atlas/Portfile 2013-09-30 17:07:25 UTC (rev 111754)
@@ -256,7 +256,7 @@
if {${use_clang} != ""} {
configure.args-append -A 26 -V 480
- } else {
+ } else {
# No AVX when using GCC 4.x
configure.args-append -A 26 -V 448