From ff0350b515cdb019dcbad69d6fd90fdcaa9b6dde Mon Sep 17 00:00:00 2001 From: Richard Stanway Date: Sat, 24 Jul 2021 23:21:02 +0200 Subject: [PATCH] win-capture: Fix formatting --- plugins/win-capture/nt-stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/win-capture/nt-stuff.c b/plugins/win-capture/nt-stuff.c index e7802d3f0..03ec201ae 100644 --- a/plugins/win-capture/nt-stuff.c +++ b/plugins/win-capture/nt-stuff.c @@ -106,7 +106,7 @@ void rtl_init_str(UNICODE_STRING *unistr, const wchar_t *str) } #define MAKE_NT_OPEN_FUNC(func_name, nt_name, access) \ - HANDLE func_name(const wchar_t *name) \ + HANDLE func_name(const wchar_t *name) \ { \ static bool initialized = false; \ static NTOPENFUNC open = NULL; \