From a988de3ba05c4875817a7ab6066a3a407822f783 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 29 May 2011 03:42:23 +0000 Subject: [PATCH] added white space cleanup --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index d1a8ea0..3b619c8 100755 --- a/inxi +++ b/inxi @@ -3271,6 +3271,7 @@ get_graphics_glx_data() /opengl version/ { # fglrx started appearing with this extra string, does not appear to communicate anything of value sub(/Compatibility Profile Context/, "", $2 ) + gsub(/ [ \t]+/, " ", $2) # get rid of the created white spaces gsub(/^ +| +$/, "", $2) $2 && b[$2] }