]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/FontMap.cpp
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / FontMap.cpp
index 485351b403f430908279d150f23147cf18f7db56..1510b29b2da1ee163081f733244c8e6793f666c0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  ******************************************************************************
- * Copyright (C) 1998-2005, International Business Machines Corporation and   *
+ * Copyright (C) 1998-2006, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
@@ -25,11 +25,13 @@ FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSuppor
     le_int32 defaultFont = -1, i, script;
     le_bool haveFonts = FALSE;
 
+/**/
     for (i = 0; i < scriptCodeCount; i += 1) {
         fFontIndices[i] = -1;
         fFontNames[i] = NULL;
         fFontInstances[i] = NULL;
     }
+ /**/
 
     if (LE_FAILURE(status)) {
         return;