Skip to content

Commit

Permalink
LDIF.pm: coding style harmonization
Browse files Browse the repository at this point in the history
- line break before else
- push(@x,$y) instead of push @x, $y
- more if / unless as postfix operators
- braces around the test-argument of if / unless
- 2-character indent
- space police
  • Loading branch information
marschap committed Mar 4, 2014
1 parent 070f4d3 commit e197e3f
Showing 1 changed file with 91 additions and 92 deletions.

0 comments on commit e197e3f

Please sign in to comment.