[NFC][OpenMP][libomptarget] Fix format in PluginInterface header
authorKevin Sala <kevin.sala@bsc.es>
Mon, 6 Feb 2023 09:12:55 +0000 (10:12 +0100)
committerKevin Sala <kevin.sala@bsc.es>
Mon, 6 Feb 2023 09:15:50 +0000 (10:15 +0100)
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h

index 0f12f28..d4b08f4 100644 (file)
@@ -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)) {