diff options
author | Anders Svensson <[email protected]> | 2011-10-14 01:55:55 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-10-17 12:26:46 +0200 |
commit | 945d09cdea615404454b5951cb49472adab29eeb (patch) | |
tree | 0a57ef7fd78590e5575bf2226f1d9372166b063d /lib/diameter/bin/diameterc | |
parent | c03ac3db1d90e2b86ac4acfd6f0d09a324be4a42 (diff) | |
download | otp-945d09cdea615404454b5951cb49472adab29eeb.tar.gz otp-945d09cdea615404454b5951cb49472adab29eeb.tar.bz2 otp-945d09cdea615404454b5951cb49472adab29eeb.zip |
Whitespace fixes
Diffstat (limited to 'lib/diameter/bin/diameterc')
-rwxr-xr-x | lib/diameter/bin/diameterc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/bin/diameterc b/lib/diameter/bin/diameterc index f5cf3ebc10..e232cdb120 100755 --- a/lib/diameter/bin/diameterc +++ b/lib/diameter/bin/diameterc @@ -120,7 +120,7 @@ arg(["-H" | Args], #argv{output = Output} = A) -> arg(["-d" | Args], #argv{options = Opts, output = Output} = A) -> arg(Args, A#argv{options = [debug | Opts], - output = [spec | Output]}); + output = [spec | Output]}); arg([[$- = M, C, H | T] | Args], A) %% clustered options when C /= $i, C /= $o -> |