[builder] 86/26586/1
authorHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 14:44:49 +0000 (23:44 +0900)
committerHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 14:44:49 +0000 (23:44 +0900)
remove white space of build-cli
- that is not neccessary but test

Change-Id: Ia5381ddb62f693e8c4c7550b101c8900ca33f6b3

build-cli

index 19265d108b0b34a56634d9b9c25eb65438ad4ffe..124ea7cb811064505acf0ddee5be2f39fb2b73b6 100755 (executable)
--- a/build-cli
+++ b/build-cli
@@ -451,13 +451,13 @@ begin
                        result = JobLog.monitor(bs_ip, bs_port, job_id) do |line,status,errmsg|
                                job_status = status
                                job_error = errmsg
-                               if line.nil? then 
-                                       next 
+                               if line.nil? then
+                                       next
                                end
 
                                category, level, contents = JobLog.parse_log(line)
                                if level < Log::LV_USER then next end
-                      
+
                                if category == "INFO" then
                                        puts "Info: #{contents}"
                                elsif category == "WARN" then