]> andersk Git - moira.git/blobdiff - gen/install_quotas
Code style cleanup. (No functional changes)
[moira.git] / gen / install_quotas
index 1825315bc64e9ff9999f1c8a7d7281d8cdadaa23..2f2b703f41e301e9ca64129d3314bc5f8f606f17 100644 (file)
@@ -1,17 +1,17 @@
 #!/bin/csh -f
 #
-# This script sets the quota for a uid on a filesystem. 
+# This script sets the quota for a uid on a filesystem.
 
 set dev=$1
 
-# Checking for /etc/enforce_quota is transitional code and should be 
+# Checking for /etc/enforce_quota is transitional code and should be
 # removed when the SMS database has an accurate understanding of what
 # everyone's quotas are.
 if ( -f /etc/enforce_quota ) then
    while (1)
       # set args = $< will NOT work.  $< will be treated as a single word
       set args = `echo $<`
+
       if (${#args} != 2) break
 
       set uid = $args[1]
This page took 0.396017 seconds and 4 git commands to generate.