aboutsummaryrefslogtreecommitdiff
path: root/doc/coding_style.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-28 21:36:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-28 21:36:09 -0400
commit0bfecae28ad049bcb1d39cac35d952160ebb49cc (patch)
tree77291dcff92b107f80ee1d456a70504073d192ec /doc/coding_style.mdwn
parentc18f6c3c44a3bea8d7ddc873db054f64e11745ae (diff)
update
Diffstat (limited to 'doc/coding_style.mdwn')
-rw-r--r--doc/coding_style.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn
index 76a25a4b4..2e7da2c13 100644
--- a/doc/coding_style.mdwn
+++ b/doc/coding_style.mdwn
@@ -10,7 +10,7 @@ Code should make sense with any tab stop setting, but 8 space tabs are
the default. With 8 space tabs, code should not exceed 80 characters
per line. (With larger tabs, it may of course.)
-Use spaces for layout. For example, here spaces (indicated with `.`
+Use spaces for layout. For example, here spaces (indicated with `.`)
are used after the initial tab to make the third test line up with
the others.