summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-30 13:17:11 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-30 13:17:11 +0000
commitce297b972b0025fafd69245212facf09a3a71c1a (patch)
treeaefdf348ed0921979a2add242aea467745b1c80c /dom
parent4d6e9aec05a3dcea595dbf1508a29a3f2ab351c0 (diff)
downloadUXP-ce297b972b0025fafd69245212facf09a3a71c1a.tar
UXP-ce297b972b0025fafd69245212facf09a3a71c1a.tar.gz
UXP-ce297b972b0025fafd69245212facf09a3a71c1a.tar.lz
UXP-ce297b972b0025fafd69245212facf09a3a71c1a.tar.xz
UXP-ce297b972b0025fafd69245212facf09a3a71c1a.zip
Fix CRLF line endings in npapi.h
Diffstat (limited to 'dom')
-rw-r--r--dom/plugins/base/npapi.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/dom/plugins/base/npapi.h b/dom/plugins/base/npapi.h
index 097a79fc6..aa6a66b2b 100644
--- a/dom/plugins/base/npapi.h
+++ b/dom/plugins/base/npapi.h
@@ -268,12 +268,12 @@ typedef struct
* the parameters to the Windows API IMMNotificationClient object.
* This is the value of the NPNVaudioDeviceChangeDetails variable.
*/
-typedef struct _NPAudioDeviceChangeDetails
-{
- int32_t flow;
- int32_t role;
- const wchar_t* defaultDevice; // this pointer is only valid during the call
- // to NPPSetValue.
+typedef struct _NPAudioDeviceChangeDetails
+{
+ int32_t flow;
+ int32_t role;
+ const wchar_t* defaultDevice; // this pointer is only valid during the call
+ // to NPPSetValue.
} NPAudioDeviceChangeDetails;
#endif /* XP_WIN */