summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-11-09 12:04:29 +0000
committerRichard Jones <rjones@redhat.com>2010-11-09 12:04:29 +0000
commita6454a437f98cc15d8347960f348937c651942e3 (patch)
treec4448bd1afff454a83121dcb55e1a6baf561f332 /ruby
parented2bd31f9128036cd59399e1d8234023806082a7 (diff)
downloadlibguestfs-a6454a437f98cc15d8347960f348937c651942e3.tar.gz
libguestfs-a6454a437f98cc15d8347960f348937c651942e3.tar.xz
libguestfs-a6454a437f98cc15d8347960f348937c651942e3.zip
ruby: Remove extra space before parenthesis.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/ext/guestfs/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/ext/guestfs/extconf.rb b/ruby/ext/guestfs/extconf.rb
index 3413e040..cc053aa0 100644
--- a/ruby/ext/guestfs/extconf.rb
+++ b/ruby/ext/guestfs/extconf.rb
@@ -22,7 +22,7 @@ extension_name = '_guestfs'
dir_config(extension_name)
-unless have_header ("guestfs.h")
+unless have_header("guestfs.h")
raise "<guestfs.h> not found"
end
unless have_library("guestfs", "guestfs_create", "guestfs.h")