Skip to content

Commit

Permalink
glib2: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 4, 2012
1 parent 9bafd27 commit 416d220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glib2/lib/mkmf-gnome2.rb
Expand Up @@ -114,8 +114,8 @@ def add_depend_package(target_name, target_srcdir, top_srcdir, options={})
target_source_dir = File.join(gem_spec.full_gem_path, "ext/#{target_name}")
target_build_dir = target_source_dir
add_depend_package_path(target_name,
target_source_dir,
target_build_dir)
target_source_dir,
target_build_dir)
end

[top_srcdir,
Expand Down

0 comments on commit 416d220

Please sign in to comment.