Fix some whitespace errors.

This commit is contained in:
Zebediah Figura
2021-02-28 15:17:57 -06:00
parent b0ddfb4172
commit 15f4220e49
5 changed files with 18 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
From b875ea79f656a5192b8214f2598cd62866b9fbee Mon Sep 17 00:00:00 2001
From 12605782b6c72810d35780e522dfd86d9b11a89d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Bernon?= <rbernon@codeweavers.com>
Date: Mon, 12 Oct 2020 12:50:32 +0200
Subject: [PATCH] windows.gaming.input: Implement IRawGameControllerStatics
@@ -213,7 +213,7 @@ index ac403a78a4d..90e9b660633 100644
wine/debug.h \
diff --git a/include/asyncinfo.idl b/include/asyncinfo.idl
new file mode 100644
index 00000000000..61784bc65ac
index 00000000000..9185bf6880a
--- /dev/null
+++ b/include/asyncinfo.idl
@@ -0,0 +1,45 @@
@@ -244,8 +244,8 @@ index 00000000000..61784bc65ac
+typedef [v1_enum] enum AsyncStatus
+{
+ Started = 0,
+ Completed,
+ Canceled,
+ Completed,
+ Canceled,
+ Error,
+} AsyncStatus;
+