diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 76a25a4b47..2e7da2c130 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.