remove white space for Builder.rb 06/26606/1
authorHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 15:47:43 +0000 (00:47 +0900)
committerHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 15:47:43 +0000 (00:47 +0900)
Change-Id: I41c0aafa08cfa3915186ceb903d568af3ed13a4f

src/builder/Builder.rb

index df987a888a5ea67498b170db33fa23f190fa32c3..697ee7803595ed70d5a1492fa8253b36f8511f17 100644 (file)
@@ -596,8 +596,8 @@ VERSION=\"#{version}\" "
                        #FileUtils.ln(src, tar,:force => true)
                        if not FileUtil.safeLink(src, tar) then
                                @log.error("Failed to link file #{src} to #{tar}")
-                               return false                            
-                       end                                     
+                               return false
+                       end
                end
 
                return true