summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 14:50:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 14:50:59 +0000
commit71aca31cfce9793d0305727819abee6fe4200b25 (patch)
treebe117ec91771e5299f97ef4f2ba0c46dcb22c0d5 /docs/ACE-guidelines.html
parent613a2dc992beface135d9d776d3eabda06963c12 (diff)
downloadATCD-71aca31cfce9793d0305727819abee6fe4200b25.tar.gz
removed a trailing space
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 869846adb11..cfb582e5357 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -164,7 +164,7 @@ bgcolor="#ffffff">
<li>When using macros in an arithmetic expression, be sure to test
that the macro is defined, using defined(macro) before specifying
the expression. For example:
-<pre>
+<pre>
#if __FreeBSD__ &lt; 3
</pre>