Austin English : include: Remove stray linefeeds.

Alexandre Julliard julliard at winehq.org
Tue Nov 20 13:52:22 CST 2012


Module: wine
Branch: master
Commit: c540cca987ec56e4212b2a6dda1ea60f9a8c720d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c540cca987ec56e4212b2a6dda1ea60f9a8c720d

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Nov 19 17:47:11 2012 -0600

include: Remove stray linefeeds.

---

 include/endpointvolume.idl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/endpointvolume.idl b/include/endpointvolume.idl
index f58450a..eaf4f8a 100644
--- a/include/endpointvolume.idl
+++ b/include/endpointvolume.idl
@@ -30,9 +30,9 @@ typedef struct AUDIO_VOLUME_NOTIFICATION_DATA
 
 cpp_quote("typedef struct AUDIO_VOLUME_NOTIFICATION_DATA *PAUDIO_VOLUME_NOTIFICATION_DATA;")
 
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1\n")
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2\n")
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4\n")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4")
 
 interface IAudioEndpointVolumeCallback;
 interface IAudioEndpointVolume;




More information about the wine-cvs mailing list