From 1fae0d5616fb29f351716b41b7f685a013b59315 Mon Sep 17 00:00:00 2001 From: Torsten Curdt Date: Tue, 22 Dec 2009 14:43:27 +0100 Subject: added new formula for "uncrustify" Signed-off-by: Adam Vandenberg --- Library/Formula/uncrustify.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/uncrustify.rb (limited to 'Library/Formula') diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb new file mode 100644 index 000000000..3f4cad503 --- /dev/null +++ b/Library/Formula/uncrustify.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Uncrustify