]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/icusvtst.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / icusvtst.h
index d02fa8f0602dd275903ccd35b7f1cc412d67e1cc..67d6dd07344c4bf486d4c7d61d925db11822fd36 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /**
  *******************************************************************************
- * Copyright (C) 2001-2002, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2003, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
@@ -50,7 +52,7 @@ class ICUServiceTest : public IntlTest
 
   void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
   void logstr(const UnicodeString& message, UObject* obj) {
-               msgstr(message, obj, FALSE);
+        msgstr(message, obj, FALSE);
   }
 };