Skip to content

Commit 4fdd6ba

Browse files
committed
Multi-branch test commit to see if email notifications are working
1 parent 326cb1b commit 4fdd6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CODING_STANDARDS

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Exceptions:
5959
you're calling.
6060

6161
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
62-
use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
63-
cvs user foo. This allows easier tracking of why code was commented out,
62+
use "<svn username here>_0". For example, #if FOO_0, where FOO is your
63+
svn user foo. This allows easier tracking of why code was commented out,
6464
especially in bundled libraries.
6565

6666
8. Do not define functions that are not available. For instance, if a

0 commit comments

Comments
 (0)