aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/extconf.rb
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2011-10-04 16:41:52 +0300
committerGravatar Ali Polatel <alip@exherbo.org>2011-10-04 16:43:40 +0300
commit05dddf883dd762420bb8e6b86790e68d734fd568 (patch)
tree22ca0cdc8ec2d88fabc800b7294f83a8f0c9ac3f /bindings/ruby/extconf.rb
parent898613116db746aa0f915ae43da8aba28545203d (diff)
ruby: be consistent with notmuch's coding style
No functional change, just indentation
Diffstat (limited to 'bindings/ruby/extconf.rb')
-rw-r--r--bindings/ruby/extconf.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb
index a9d9d42b..ccac609c 100644
--- a/bindings/ruby/extconf.rb
+++ b/bindings/ruby/extconf.rb
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
# coding: utf-8
-# vim: set sw=2 sts=2 et nowrap fenc=utf-8 :
-# Copyright 2010 Ali Polatel <alip@exherbo.org>
+# Copyright 2010, 2011 Ali Polatel <alip@exherbo.org>
# Distributed under the terms of the GNU General Public License v3
require 'mkmf'