From 58821e7aa70060a63a29caa28c370cc6aa359646 Mon Sep 17 00:00:00 2001
From: Michal Jurosz <mj@mj41.cz>
Date: Sat, 11 Aug 2012 21:16:34 +0200
Subject: [PATCH 3/4] Fix whitespaces.

---
 Padre/lib/Padre/Wx/Main.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Padre/lib/Padre/Wx/Main.pm b/Padre/lib/Padre/Wx/Main.pm
index a52feae..fb68314 100644
--- a/Padre/lib/Padre/Wx/Main.pm
+++ b/Padre/lib/Padre/Wx/Main.pm
@@ -2950,9 +2950,10 @@ sub run_command {
 			# tome
 			my $pwd = $self->current->document->project_dir();
 			$cmd =~ s/"/\\"/g;
+
 			# Applescript can throw spurious errors on STDERR: http://helpx.adobe.com/photoshop/kb/unit-type-conversion-error-applescript.html
-			system qq(osascript -e 'tell app "Terminal"\n\tdo script "cd $pwd; clear; $cmd;"\nend tell'\n); 
- 	
+			system qq(osascript -e 'tell app "Terminal"\n\tdo script "cd $pwd; clear; $cmd;"\nend tell'\n);
+
 		} else {
 			system qq(xterm -sb -e "$cmd; sleep 1000" &);
 		}
-- 
1.7.7.6

