From e3fc4da64df94badb861bd1ca1088d0ae31a2591 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Oct 2012 21:36:09 -0400 Subject: [PATCH] update --- doc/coding_style.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.