summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-03-30 19:58:07 +0200
committerGuillem Jover <guillem@debian.org>2012-03-30 22:43:03 +0200
commite7eccb30834f215e083c982c284521158d0878fb (patch)
tree3f124f11bcdd7fe73b8b50d43a31d75acbf23218 /doc
parentc7b2fdd7f0459cae9159f194181338102beecd81 (diff)
downloaddpkg-e7eccb30834f215e083c982c284521158d0878fb.tar.gz
Fix coding-style
Diffstat (limited to 'doc')
-rw-r--r--doc/coding-style.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index edc5a2500..dbeb2b73f 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -60,8 +60,8 @@ function(void *ptr, int value)
if (value > 10)
do_something(GLOBAL_MACRO, ptr, value, "some-string",
- ref_ptr, ref_value, "other-string",
- "extra-string");
+ ref_ptr, ref_value, "other-string",
+ "extra-string");
}
When wrapping, logical operators should be kept on the preceding line: