remove white space of Builer.rb 08/26608/1
authorHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 16:36:32 +0000 (01:36 +0900)
committerHyoun Jiil <jiil.hyoun@samsung.com>
Tue, 26 Aug 2014 16:36:32 +0000 (01:36 +0900)
Change-Id: I68f03ea8e2ba6c92a240e1e0ed2b93562f6e6dca

src/builder/Builder.rb

index 697ee7803595ed70d5a1492fa8253b36f8511f17..6c2f555c461a9bd8cc7809547aa61a91de1b7f7c 100644 (file)
@@ -660,7 +660,7 @@ VERSION=\"#{version}\" "
                        if not FileUtil.safeLink(src, tar) then
                                @log.error("Failed to link file #{src} to #{tar}")
                                return false
-                       end                                     
+                       end
                end
                return true
        end