From: Kevin Sala Date: Mon, 6 Feb 2023 09:12:55 +0000 (+0100) Subject: [NFC][OpenMP][libomptarget] Fix format in PluginInterface header X-Git-Tag: upstream/17.0.6~18509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=230d97685384bcb85253deeec546ee2a1b8af567;p=platform%2Fupstream%2Fllvm.git [NFC][OpenMP][libomptarget] Fix format in PluginInterface header --- diff --git a/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h b/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h index 0f12f28..d4b08f4 100644 --- a/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h +++ b/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h @@ -391,7 +391,8 @@ public: // Failure to lock the buffers are silent. // mandatory: Mapped host buffers are always locked and failures to lock // a buffer results in a fatal error. - StringEnvar OMPX_LockMappedBuffers("LIBOMPTARGET_LOCK_MAPPED_HOST_BUFFERS", "off"); + StringEnvar OMPX_LockMappedBuffers("LIBOMPTARGET_LOCK_MAPPED_HOST_BUFFERS", + "off"); bool Enabled; if (StringParser::parse(OMPX_LockMappedBuffers.get().data(), Enabled)) {