aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-23 10:07:23 -0800
committerMax Howell2009-12-12 16:24:15 +0000
commit8443c9be7df0ef4bd63f9b46894876ce0433db56 (patch)
tree06285b015feb445111a4dce64d8198a57dcb0f03 /bin
parentb3c1e0aba299c80b0466d86c9a3d1c07ecd03033 (diff)
downloadbrew-8443c9be7df0ef4bd63f9b46894876ce0433db56.tar.bz2
Some small style reformats
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 03acffbc6..dc0ae0ae4 100755
--- a/bin/brew
+++ b/bin/brew
@@ -275,7 +275,7 @@ begin
checked = {}
to_check = [name]
- while ! to_check.empty?
+ until to_check.empty?
item = to_check.pop
checked[item] = true