Trivial whitespace cleanup
This commit is contained in:
parent
46dc02f06b
commit
c92eea42c3
|
@ -20,6 +20,7 @@ def create_header
|
||||||
end
|
end
|
||||||
|
|
||||||
message("Writing bdb_aux._c (defines), this takes a while\n")
|
message("Writing bdb_aux._c (defines), this takes a while\n")
|
||||||
|
|
||||||
db_header = $CPPFLAGS.split.select { |f| f =~ /^-I/ }.map { |e|
|
db_header = $CPPFLAGS.split.select { |f| f =~ /^-I/ }.map { |e|
|
||||||
f = File.join(e[2..-1], 'db.h')
|
f = File.join(e[2..-1], 'db.h')
|
||||||
File.exists?(f) ? f : nil
|
File.exists?(f) ? f : nil
|
||||||
|
|
Loading…
Reference in a new issue