From 84d17fea638c13eb015cd26b873f261b0a251b5c Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Tue, 26 Oct 2004 16:07:46 +0000
Subject: [PATCH] Use around header names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17256 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodingStandards.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 51c8f238e14..0073e427721 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -592,8 +592,9 @@ to be remembered. Reducing the total number of lines of code you write is a
good way to avoid documentation, and avoid giving bugs a place to hide.
For these reasons, come to know and love the contents of your local
-<algorithm> header file. Know about <functional> and what it can do
-for you. C++ is just a tool that wants you to master it. :)
+<algorithm> header file. Know about <functional>
+and what it can do for you. C++ is just a tool that wants you to master it.
+:)
--
2.34.1