summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/qtx/qtxload.c3
-rw-r--r--loader/wine/avifmt.h6
2 files changed, 3 insertions, 6 deletions
diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c
index a57342896f..3ac6f319f3 100644
--- a/loader/qtx/qtxload.c
+++ b/loader/qtx/qtxload.c
@@ -41,8 +41,7 @@ int main(int argc, char *argv[]){
void* theqtdp=NULL;
void* compcall=NULL;
void* compcallws=NULL;
- ComponentResult (*
-dispatcher)(ComponentParameters *params, Globals glob);
+ ComponentResult (*dispatcher)(ComponentParameters *params, Globals glob);
ComponentResult ret;
ComponentParameters *params;
ComponentDescription desc;
diff --git a/loader/wine/avifmt.h b/loader/wine/avifmt.h
index 757a6328c0..09cf620214 100644
--- a/loader/wine/avifmt.h
+++ b/loader/wine/avifmt.h
@@ -3,12 +3,10 @@
* AVIFMT - AVI file format definitions
*
****************************************************************************/
-#ifndef AVIFMT
-
+#ifndef AVIFMT
#define AVIFMT
-#ifndef NOAVIFMT
-
+#ifndef NOAVIFMT
#ifndef __WINE_WINDEF_H
#include "wine/windef.h"