windows.networking.connectivity-new-dll: Fix a whitespace error.

This commit is contained in:
Zebediah Figura 2022-09-03 14:50:13 -05:00
parent 4966b421fc
commit 6f59ab8034

View File

@ -1,4 +1,4 @@
From b189394f92c14fb530e3995230ad44b9af368150 Mon Sep 17 00:00:00 2001
From 55da467e320f91b823b8d1a8b4c9075c1df9f33f Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Date: Tue, 1 Jun 2021 10:26:28 +1000
Subject: [PATCH] include: Add windows.networking.idl
@ -6,15 +6,15 @@ Subject: [PATCH] include: Add windows.networking.idl
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
---
include/Makefile.in | 1 +
include/windows.networking.idl | 88 ++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+)
include/windows.networking.idl | 87 ++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
create mode 100644 include/windows.networking.idl
diff --git a/include/Makefile.in b/include/Makefile.in
index e9f0fb84070..5bf61ef08bc 100644
index 37c014fe96c..8c0ac200546 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -790,6 +790,7 @@ SOURCES = \
@@ -806,6 +806,7 @@ SOURCES = \
windows.media.idl \
windows.media.speechrecognition.idl \
windows.media.speechsynthesis.idl \
@ -24,10 +24,10 @@ index e9f0fb84070..5bf61ef08bc 100644
windows.system.idl \
diff --git a/include/windows.networking.idl b/include/windows.networking.idl
new file mode 100644
index 00000000000..71defa25270
index 00000000000..67d8e6a8d0b
--- /dev/null
+++ b/include/windows.networking.idl
@@ -0,0 +1,88 @@
@@ -0,0 +1,87 @@
+/*
+ * Copyright 2021 Alistair Leslie-Hughes
+ *
@ -115,7 +115,6 @@ index 00000000000..71defa25270
+ }
+ }
+}
+
--
2.34.1
2.35.1