You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2014/06/16 21:26:06 UTC

svn commit: r1602967 - /vcl/trunk/managementnode/lib/VCL/Module/State.pm

Author: arkurth
Date: Mon Jun 16 19:26:06 2014
New Revision: 1602967

URL: http://svn.apache.org/r1602967
Log:
Minor whitespace change.

Modified:
    vcl/trunk/managementnode/lib/VCL/Module/State.pm

Modified: vcl/trunk/managementnode/lib/VCL/Module/State.pm
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/State.pm?rev=1602967&r1=1602966&r2=1602967&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/State.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/State.pm Mon Jun 16 19:26:06 2014
@@ -688,7 +688,7 @@ sub state_exit {
 	
 	# Update the computer state if argument was supplied
 	if ($computer_state_name_new) {
-		my $computer_state_name_old    = $self->data->get_computer_state_name();
+		my $computer_state_name_old = $self->data->get_computer_state_name();
 		
 		if ($computer_state_name_new eq $computer_state_name_old) {
 			notify($ERRORS{'DEBUG'}, 0, "state of computer $computer_shortname not updated, already set to $computer_state_name_old");