Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-06-25 21:01:03 +0300
committerJens Peters <jp7677@gmail.com>2022-06-25 21:01:03 +0300
commit09a22d77c2003e26352109fcc4ac669e63ba6388 (patch)
tree79418ed70d227b8ca4f6190bae4fc622ff6d275a
parentbb90352b47da8df1e682a9bd4629d11aa70fcdf3 (diff)
nvml: Formatting
Clang-format wants it this way.
-rw-r--r--src/sysinfo/nvml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sysinfo/nvml.h b/src/sysinfo/nvml.h
index 6071d53..6310c82 100644
--- a/src/sysinfo/nvml.h
+++ b/src/sysinfo/nvml.h
@@ -29,7 +29,8 @@ namespace dxvk {
private:
HMODULE m_nvmlModule{};
-#define DECLARE_PFN(x) decltype(&x) m_##x{}
+#define DECLARE_PFN(x) \
+ decltype(&x) m_##x {}
DECLARE_PFN(nvmlInit_v2);
DECLARE_PFN(nvmlShutdown);