[Openmp-commits] [PATCH] D21331: Whitespace cleanup

Terry Wilmarth via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 14 11:49:06 PDT 2016


tlwilmar created this revision.
tlwilmar added a reviewer: jlpeyton.
tlwilmar added a subscriber: openmp-commits.
tlwilmar set the repository for this revision to rL LLVM.

Whitespace cleanup.

Patch by Andrey Churbanov

Repository:
  rL LLVM

http://reviews.llvm.org/D21331

Files:
  runtime/src/dllexports

Index: runtime/src/dllexports
===================================================================
--- runtime/src/dllexports
+++ runtime/src/dllexports
@@ -387,8 +387,8 @@
 # OpenMP 4.5 entry points
 %ifndef stub
     %ifdef OMP_45
-	__kmpc_proxy_task_completed	    259
-	__kmpc_proxy_task_completed_ooo	    260
+        __kmpc_proxy_task_completed         259
+        __kmpc_proxy_task_completed_ooo     260
         __kmpc_doacross_init                261
         __kmpc_doacross_wait                262
         __kmpc_doacross_post                263


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21331.60712.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160614/ce169694/attachment.bin>


More information about the Openmp-commits mailing list