[Openmp-commits] [openmp] 3cfc175 - Ensure newlines at the end of files (NFC)

Kazu Hirata via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 29 20:26:25 PDT 2021


Author: Kazu Hirata
Date: 2021-10-29T20:26:09-07:00
New Revision: 3cfc1757c5f6f4253f71ff5de841e6979b1befb5

URL: https://github.com/llvm/llvm-project/commit/3cfc1757c5f6f4253f71ff5de841e6979b1befb5
DIFF: https://github.com/llvm/llvm-project/commit/3cfc1757c5f6f4253f71ff5de841e6979b1befb5.diff

LOG: Ensure newlines at the end of files (NFC)

Added: 
    

Modified: 
    libcxx/docs/Status/Ranges.rst
    openmp/libomptarget/plugins/remote/lib/Utils.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Ranges.rst b/libcxx/docs/Status/Ranges.rst
index 66b2ba375e05d..5d45e6fa63960 100644
--- a/libcxx/docs/Status/Ranges.rst
+++ b/libcxx/docs/Status/Ranges.rst
@@ -48,4 +48,4 @@ Paper and Issue Status
 .. csv-table::
    :file: RangesIssues.csv
    :header-rows: 1
-   :widths: auto
\ No newline at end of file
+   :widths: auto

diff  --git a/openmp/libomptarget/plugins/remote/lib/Utils.cpp b/openmp/libomptarget/plugins/remote/lib/Utils.cpp
index 5f1eb2950b5a6..03d868b8fd5ee 100644
--- a/openmp/libomptarget/plugins/remote/lib/Utils.cpp
+++ b/openmp/libomptarget/plugins/remote/lib/Utils.cpp
@@ -292,4 +292,4 @@ void dump(std::unordered_map<void *, __tgt_offload_entry *> &Map) {
     fprintf(stderr, "  Host (%p) -> Tgt (%p): Addr((%p))\n", Entry.first,
             (void *)Entry.second, (void *)Entry.second->addr);
 }
-} // namespace RemoteOffloading
\ No newline at end of file
+} // namespace RemoteOffloading


        


More information about the Openmp-commits mailing list