aboutsummaryrefslogtreecommitdiff
path: root/doc/coding_style.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-29 23:31:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-29 23:31:25 -0400
commit7149b98fe3062bd031a65af9c16aa4e2516064f3 (patch)
treea86ba0595589a5f5d52ef0e0b00aab96656eb558 /doc/coding_style.mdwn
parent6a6aa45cf527a47ead0dc9f32e74e7e7fadc266c (diff)
tweak
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 ae76d2356..101ac4f58 100644
--- a/doc/coding_style.mdwn
+++ b/doc/coding_style.mdwn
@@ -24,7 +24,7 @@ of the function, and avoids excessive indentation of the where cause content.
The definitions within the where clause should be put on separate lines,
each indented with a tab.
- foo = do
+ main = do
foo
bar
foo