]> andersk Git - moira.git/blobdiff - incremental/afs_create.pl
Code style cleanup. (No functional changes)
[moira.git] / incremental / afs_create.pl
index 311d054378e5d0ef6ba9303c03a3ed16e042d635..5049d60abdbefe5d4c27c66690365a663a5e9afd 100644 (file)
@@ -140,7 +140,7 @@ sub athena_proc
 
     if ($type eq "ORG") {
        mkdir("$path/www",0755) &&
-           chown(0,0,"$path/www") || 
+           chown(0,0,"$path/www") ||
                die "Unable to create subdirectories\n";
        system("$fs sa $path/www @acl system:anyuser rl -clear") &&
            die "Unable to set acl on www directory\n";
This page took 0.451917 seconds and 4 git commands to generate.