Fossil SCM
Remove extra colon and space in section topics in style guidelines.
Commit
069084afc2bcd21ddd00d5b8c9c8b06d22cc0b03
Parent
09cf1ad8eecf502…
1 file changed
+2
-2
+2
-2
| --- www/style.wiki | ||
| +++ www/style.wiki | ||
| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <title>Coding Style</title> |
| 2 | 2 | |
| 3 | 3 | Fossil source code should following the style guidelines below. |
| 4 | 4 | |
| 5 | -<b>General points:</b>: | |
| 5 | +<b>General points</b>: | |
| 6 | 6 | |
| 7 | 7 | 10. No line of code exceeds 80 characters in length. (Occasional |
| 8 | 8 | exceptions are made for HTML text on @-lines.) |
| 9 | 9 | |
| 10 | 10 | 11. There are no tab characters. |
| @@ -67,11 +67,11 @@ | ||
| 67 | 67 | within a function. |
| 68 | 68 | |
| 69 | 69 | <li> All code subblocks are enclosed in {...}. |
| 70 | 70 | |
| 71 | 71 | |
| 72 | - <li> <b>assert() macros are used as follows </b>: | |
| 72 | + <li> <b>assert() macros are used as follows</b>: | |
| 73 | 73 | <ol type="a"> |
| 74 | 74 | |
| 75 | 75 | <li> Function preconditions are clearly stated and verified by asserts. |
| 76 | 76 | |
| 77 | 77 | <li> Invariants are identified by asserts. |
| 78 | 78 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -1,10 +1,10 @@ | |
| 1 | <title>Coding Style</title> |
| 2 | |
| 3 | Fossil source code should following the style guidelines below. |
| 4 | |
| 5 | <b>General points:</b>: |
| 6 | |
| 7 | 10. No line of code exceeds 80 characters in length. (Occasional |
| 8 | exceptions are made for HTML text on @-lines.) |
| 9 | |
| 10 | 11. There are no tab characters. |
| @@ -67,11 +67,11 @@ | |
| 67 | within a function. |
| 68 | |
| 69 | <li> All code subblocks are enclosed in {...}. |
| 70 | |
| 71 | |
| 72 | <li> <b>assert() macros are used as follows </b>: |
| 73 | <ol type="a"> |
| 74 | |
| 75 | <li> Function preconditions are clearly stated and verified by asserts. |
| 76 | |
| 77 | <li> Invariants are identified by asserts. |
| 78 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -1,10 +1,10 @@ | |
| 1 | <title>Coding Style</title> |
| 2 | |
| 3 | Fossil source code should following the style guidelines below. |
| 4 | |
| 5 | <b>General points</b>: |
| 6 | |
| 7 | 10. No line of code exceeds 80 characters in length. (Occasional |
| 8 | exceptions are made for HTML text on @-lines.) |
| 9 | |
| 10 | 11. There are no tab characters. |
| @@ -67,11 +67,11 @@ | |
| 67 | within a function. |
| 68 | |
| 69 | <li> All code subblocks are enclosed in {...}. |
| 70 | |
| 71 | |
| 72 | <li> <b>assert() macros are used as follows</b>: |
| 73 | <ol type="a"> |
| 74 | |
| 75 | <li> Function preconditions are clearly stated and verified by asserts. |
| 76 | |
| 77 | <li> Invariants are identified by asserts. |
| 78 |