浏览代码

win-capture: Fix formatting

Richard Stanway 4 年之前
父节点
当前提交
ff0350b515
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/win-capture/nt-stuff.c

+ 1 - 1
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;                    \