diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-28 21:36:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-28 21:36:09 -0400 |
commit | 0bfecae28ad049bcb1d39cac35d952160ebb49cc (patch) | |
tree | 77291dcff92b107f80ee1d456a70504073d192ec /doc | |
parent | c18f6c3c44a3bea8d7ddc873db054f64e11745ae (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding_style.mdwn | 2 |
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. |