Index: Source/core/editing/SmartReplaceICU.cpp |
diff --git a/Source/core/editing/SmartReplaceICU.cpp b/Source/core/editing/SmartReplaceICU.cpp |
index 329ae4cc7f6398ddca9d59ee88ae21f1f55dee46..fe139850ba3545d9be7e84246007e75bfd202224 100644 |
--- a/Source/core/editing/SmartReplaceICU.cpp |
+++ b/Source/core/editing/SmartReplaceICU.cpp |
@@ -7,13 +7,13 @@ |
* are met: |
* |
* 1. Redistributions of source code must retain the above copyright |
- * notice, this list of conditions and the following disclaimer. |
+ * notice, this list of conditions and the following disclaimer. |
* 2. Redistributions in binary form must reproduce the above copyright |
* notice, this list of conditions and the following disclaimer in the |
- * documentation and/or other materials provided with the distribution. |
+ * documentation and/or other materials provided with the distribution. |
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of |
* its contributors may be used to endorse or promote products derived |
- * from this software without specific prior written permission. |
+ * from this software without specific prior written permission. |
* |
* THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
@@ -47,7 +47,7 @@ static void addAllCodePoints(USet* smartSet, const String& string) |
// except we use icu in place of CoreFoundations character classes. |
static USet* getSmartSet(bool isPreviousCharacter) |
{ |
- static USet* preSmartSet = NULL; |
+ static USet* preSmartSet = NULL; |
static USet* postSmartSet = NULL; |
USet* smartSet = isPreviousCharacter ? preSmartSet : postSmartSet; |
if (!smartSet) { |