diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 11:44:02 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 11:44:02 +0200 | 
| commit | 38bca2f01a9bf8663f56b45b2cec2e9cf00ffa85 (patch) | |
| tree | 3a8c1b0a6da2accb1c0b56a4d4cf9b51ce4f22ae /scripts | |
| parent | Last fixes for the SSL dialog improvements (diff) | |
| download | rekonq-38bca2f01a9bf8663f56b45b2cec2e9cf00ffa85.tar.xz | |
style cleanup
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/codingstyle.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh index c171ea18..6488e077 100644 --- a/scripts/codingstyle.sh +++ b/scripts/codingstyle.sh @@ -32,7 +32,7 @@ cd src  echo "Applying astyle rules..."  astyle \  --indent=spaces=4 \ ---brackets=break \ +--style=allman \  --indent-labels \  --pad-oper \  --unpad-paren \ | 
