Skip to content

Commit

Permalink
Convert to the more ruby-ish two-spaced indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-panda committed Feb 28, 2013
1 parent f5b5e40 commit a72542b
Show file tree
Hide file tree
Showing 100 changed files with 3,219 additions and 3,219 deletions.
4 changes: 2 additions & 2 deletions ext/Rakefile
Expand Up @@ -7,10 +7,10 @@ CLOBBER.include 'cryptopp.so'
task :default => ['cryptopp.so'] task :default => ['cryptopp.so']


file 'cryptopp.so' => [ 'Makefile' ] do file 'cryptopp.so' => [ 'Makefile' ] do
sh 'make' sh 'make'
end end


file 'Makefile' do file 'Makefile' do
ruby 'extconf.rb' ruby 'extconf.rb'
end end


0 comments on commit a72542b

Please sign in to comment.