build system: fix indentation

This commit is contained in:
Moritz Bunkus 2016-03-26 13:09:33 +01:00
parent 7e600c7e70
commit 98e5bda5e9

View File

@ -457,7 +457,7 @@ PCH status: <%= c?(:USE_PRECOMPILED_HEADERS) ? "enabled" : "disabled" %>
#############################################################################
def self.load_config
# puts "load #{@config_file}" if @verbose
# puts "load #{@config_file}" if @verbose
config = JSON.load(@config_file.open) if @config_file.exist?
config = {} unless config
@htrace = config.fetch('htrace', @htrace)
@ -466,7 +466,7 @@ PCH status: <%= c?(:USE_PRECOMPILED_HEADERS) ? "enabled" : "disabled" %>
end
def self.save_config
# puts "save #{@config_file}" if @verbose
# puts "save #{@config_file}" if @verbose
root = {
htrace: @htrace,
pretty: @pretty,
@ -654,4 +654,4 @@ PCH status: <%= c?(:USE_PRECOMPILED_HEADERS) ? "enabled" : "disabled" %>
#############################################################################
end # module PCH
end # module PCH