Normalize magic encoding comments

This commit is contained in:
Jack Nagel 2013-03-02 17:42:21 -06:00
parent 00ef4b7fcb
commit 7b23870b98
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# encoding: UTF-8
require 'exceptions'
require 'formula'

View File

@ -1,5 +1,5 @@
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
# -*- coding: utf-8 -*-
# encoding: UTF-8
std_trap = trap("INT") { exit! 130 } # no backtrace thanks