Skip to content

Commit

Permalink
clusterd: Clean up indentation mix
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 7, 2017
1 parent c15e018 commit 4cc68dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ sub udp_rx_filedata {

if ($st_want->type eq 'L') {
if (!$st_is || $st_is->type ne 'L' || $st_is->target ne $st_want->target) {
$st_is and (unlink($filename) or return warn "$filename: failed to unlink: $!\n");
$st_is and (unlink($filename) or return warn "$filename: failed to unlink: $!\n");
symlink($st_want->target,$filename) or return warn "$filename: failed to create symlink: $!\n";
lchown($st_want->uid,$st_want->gid,$filename);
lmtime($st_want->mtime,$filename);
Expand Down

0 comments on commit 4cc68dc

Please sign in to comment.