diff options
| author | Jack Nagel | 2013-03-02 17:42:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-03-02 17:43:58 -0600 |
| commit | 360fca45d0fcc35198c12dc445849c29b929f139 (patch) | |
| tree | 50bed76ef4ee2e1824078aa669b4c6c511e91df1 /Library/Formula | |
| parent | f603a559371e14aeffcf8477d63475d3a8565588 (diff) | |
| download | homebrew-360fca45d0fcc35198c12dc445849c29b929f139.tar.bz2 | |
Normalize magic encoding comments
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bsdconv.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/unac.rb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/bsdconv.rb b/Library/Formula/bsdconv.rb index 9b7e5fcd7..18b092bc9 100644 --- a/Library/Formula/bsdconv.rb +++ b/Library/Formula/bsdconv.rb @@ -1,4 +1,5 @@ -# encoding: utf-8 +# encoding: UTF-8 + require 'formula' class Bsdconv < Formula diff --git a/Library/Formula/unac.rb b/Library/Formula/unac.rb index 01cb1db20..8f29e56ef 100644 --- a/Library/Formula/unac.rb +++ b/Library/Formula/unac.rb @@ -1,4 +1,5 @@ -# -*- coding: utf-8 -*- +# encoding: UTF-8 + require 'formula' class Unac < Formula |
