]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Minor tweaks to HACKING.txt
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Jul 2011 13:43:58 +0000 (15:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Jul 2011 09:57:52 +0000 (11:57 +0200)
HACKING.txt

index b34c29e6ce158f0a3defd2a2c5beff4e0bee92b5..36de458d69d16c42663486509e58adde3b4251aa 100644 (file)
@@ -8,7 +8,7 @@ Code formatting
   <http://www.emacswiki.org/emacs/SmartTabs>.
 * Use 4 spaces for indenting other code (and spaces for aligning).
 * Put the opening curly brace on a new line when defining a function, otherwise
-  at the end of the same row.
+  at the end of the same line.
 * Put no space between function name and the following parenthesis.
 * Put one space between if/switch/for/while/do and opening curly brace.
 * If possible, keep lines at most 80 character wide for a 2 character tab
@@ -42,7 +42,7 @@ Commit messages
 * Write a short description on the first line. If wanted, leave the second line
   empty and write a longer description on line three and below.
 * Start the short description with a capital letter. Optional: prefix the short
-  description with a context follow by a colon.
+  description with a context followed by a colon.
 * The short description should be in "command form" (see examples below).
 * Don't put a final period after the short description.
 * Keep lines in the message at most 75 characters wide.