[Openmp-commits] [openmp] 8647c66 - [OpenMP] NFC: remove tabs in message catalog file

via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 17 08:16:10 PST 2020


Author: Peyton, Jonathan L
Date: 2020-11-17T10:15:04-06:00
New Revision: 8647c669a4a3193558ce0f2f398ffe04b80ad886

URL: https://github.com/llvm/llvm-project/commit/8647c669a4a3193558ce0f2f398ffe04b80ad886
DIFF: https://github.com/llvm/llvm-project/commit/8647c669a4a3193558ce0f2f398ffe04b80ad886.diff

LOG: [OpenMP] NFC: remove tabs in message catalog file

Added: 
    

Modified: 
    openmp/runtime/src/i18n/en_US.txt

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/src/i18n/en_US.txt b/openmp/runtime/src/i18n/en_US.txt
index 97f2ca7c279d..0b084426fb41 100644
--- a/openmp/runtime/src/i18n/en_US.txt
+++ b/openmp/runtime/src/i18n/en_US.txt
@@ -98,10 +98,10 @@ ThreadIDsNotUnique           "thread ids not unique"
 UsingPthread                 "using pthread info"
 LegacyApicIDsNotUnique       "legacy APIC ids not unique"
 x2ApicIDsNotUnique           "x2APIC ids not unique"
-DisplayEnvBegin		     "OPENMP DISPLAY ENVIRONMENT BEGIN"
-DisplayEnvEnd		     "OPENMP DISPLAY ENVIRONMENT END"
-Device			     "[device]"
-Host			     "[host]"
+DisplayEnvBegin              "OPENMP DISPLAY ENVIRONMENT BEGIN"
+DisplayEnvEnd                "OPENMP DISPLAY ENVIRONMENT END"
+Device                       "[device]"
+Host                         "[host]"
 Tile                         "tile"
 
 


        


More information about the Openmp-commits mailing list