]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/normalize/normalize.factor
factor: Trim whitespace after ! comments and a few USING: lines that got skipped...
[factor.git] / basis / unicode / normalize / normalize.factor
index c0215aedbdf024140ea1ed4dfdc7b05a87546e63..ff59204aefeb9115c546afa355231c20da445ce5 100644 (file)
@@ -44,7 +44,7 @@ CONSTANT: final-count 28
         medial-base - + final-count *
     ] dip final-base - + hangul-base + ;
 
-! Normalization -- Decomposition 
+! Normalization -- Decomposition
 
 : reorder-slice ( string start -- slice done? )
     2dup swap [ non-starter? not ] find-from drop