diff options
| author | Misty De Meo | 2013-10-21 11:08:18 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-10-21 11:08:18 -0700 |
| commit | df4bf7203ea11ddf491867052375dbbeb53af773 (patch) | |
| tree | 6f108266d47412fee42723f2775cb7b8fd5685ca /Library/Formula/vim.rb | |
| parent | fcfd7e1be0de3fc83977f54379848dabc9fe0f48 (diff) | |
| download | homebrew-df4bf7203ea11ddf491867052375dbbeb53af773.tar.bz2 | |
vim: fix trailing whitespace in comment
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index d56ec1801..431c21adc 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -34,7 +34,7 @@ class Vim < Formula # First patch: vim uses the obsolete Apple-only -no-cpp-precomp flag, which # FSF GCC can't understand; reported upstream: # https://groups.google.com/forum/#!topic/vim_dev/X5yG3-IiUp8 - # + # # Second patch: includes Mac OS X version macros not included by default on 10.9 # Reported upstream: https://groups.google.com/forum/#!topic/vim_mac/5kVAMSPb6uU def patches; DATA; end |
