[X2Go-Commits] [x2gobroker] 01/02: whitespace fixup
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Fri Mar 27 12:11:15 CET 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit a0a3eba2af83a658ff0e42d6f7295ba8f845a040
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 27 11:18:34 2015 +0100
    whitespace fixup
---
 lib/x2gobroker-agent.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/x2gobroker-agent.pl b/lib/x2gobroker-agent.pl
index c98c603..7996b2f 100755
--- a/lib/x2gobroker-agent.pl
+++ b/lib/x2gobroker-agent.pl
@@ -138,7 +138,7 @@ if ( $mode eq 'checkload' ) {
 	print "OK\n";
 
 	# Read the values from /proc/loadavg and combine all three values in a linear
-        # way and make a percent value out of the result:
+	# way and make a percent value out of the result:
 	open FILE, "< /proc/loadavg" or die return ("Cannot open /proc/loadavg: $!");
 	my ($avg1, $avg5, $avg15, undef, undef) = split / /, <FILE>;
 	close FILE;
--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
    
    
More information about the x2go-commits
mailing list