summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/Modules')
-rw-r--r--plugins/MirLua/Modules/WinAPI/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/WinAPI/src/stdafx.h2
-rw-r--r--plugins/MirLua/Modules/WinAPI/src/winapi.cpp2
-rw-r--r--plugins/MirLua/Modules/ffi/src/call.c2
-rw-r--r--plugins/MirLua/Modules/ffi/src/call_arm.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/call_x64.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/call_x64win.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/call_x86.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/ctype.c2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/ffi.c2
-rw-r--r--plugins/MirLua/Modules/ffi/src/ffi.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/msvc/stdbool.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/msvc/stdint.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/parser.c2
-rw-r--r--plugins/MirLua/Modules/ffi/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_enumerable/src/main.cpp2
-rw-r--r--plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_enumerable/src/stdafx.h2
-rw-r--r--plugins/MirLua/Modules/m_popup/src/main.cpp2
-rw-r--r--plugins/MirLua/Modules/m_popup/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_popup/src/stdafx.h2
-rw-r--r--plugins/MirLua/Modules/m_schedule/src/main.cpp2
-rw-r--r--plugins/MirLua/Modules/m_schedule/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_schedule/src/stdafx.h2
-rw-r--r--plugins/MirLua/Modules/m_toptoolbar/src/main.cpp2
-rw-r--r--plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h2
-rw-r--r--plugins/MirLua/Modules/m_variables/src/main.cpp2
-rw-r--r--plugins/MirLua/Modules/m_variables/src/stdafx.cxx2
-rw-r--r--plugins/MirLua/Modules/m_variables/src/stdafx.h2
34 files changed, 34 insertions, 34 deletions
diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx
index 6575610bd7..1577c4e3bc 100644
--- a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.h b/plugins/MirLua/Modules/WinAPI/src/stdafx.h
index 0cb1316a42..4885e14c2f 100644
--- a/plugins/MirLua/Modules/WinAPI/src/stdafx.h
+++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.h
@@ -1,4 +1,4 @@
-/****h* Win32/luaw32.c [$Revision: 13 $]
+/****h* Win32/luaw32.c [$Revision: 13 $]
* NAME
* luaw32
* COPYRIGHT
diff --git a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
index f248b76472..11b7daebd7 100644
--- a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
+++ b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
EXTERN_C WINUSERAPI int WINAPI MessageBoxTimeoutA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, WORD wLanguageId, DWORD dwMilliseconds);
diff --git a/plugins/MirLua/Modules/ffi/src/call.c b/plugins/MirLua/Modules/ffi/src/call.c
index 7a46cf773d..d483d4cc69 100644
--- a/plugins/MirLua/Modules/ffi/src/call.c
+++ b/plugins/MirLua/Modules/ffi/src/call.c
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/call_arm.h b/plugins/MirLua/Modules/ffi/src/call_arm.h
index 4343f8da41..a84f69e762 100644
--- a/plugins/MirLua/Modules/ffi/src/call_arm.h
+++ b/plugins/MirLua/Modules/ffi/src/call_arm.h
@@ -1,4 +1,4 @@
-/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM arm version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64.h b/plugins/MirLua/Modules/ffi/src/call_x64.h
index 3f016cee1d..095118ec43 100644
--- a/plugins/MirLua/Modules/ffi/src/call_x64.h
+++ b/plugins/MirLua/Modules/ffi/src/call_x64.h
@@ -1,4 +1,4 @@
-/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64win.h b/plugins/MirLua/Modules/ffi/src/call_x64win.h
index 8107b896db..fae36a0f96 100644
--- a/plugins/MirLua/Modules/ffi/src/call_x64win.h
+++ b/plugins/MirLua/Modules/ffi/src/call_x64win.h
@@ -1,4 +1,4 @@
-/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x86.h b/plugins/MirLua/Modules/ffi/src/call_x86.h
index 5ffe328eb3..40bad83147 100644
--- a/plugins/MirLua/Modules/ffi/src/call_x86.h
+++ b/plugins/MirLua/Modules/ffi/src/call_x86.h
@@ -1,4 +1,4 @@
-/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x86 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/ctype.c b/plugins/MirLua/Modules/ffi/src/ctype.c
index 673337fe2b..6208937536 100644
--- a/plugins/MirLua/Modules/ffi/src/ctype.c
+++ b/plugins/MirLua/Modules/ffi/src/ctype.c
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
index be003a35b1..da88199284 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM ARM encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
index 19b7672cbc..74e1c7d432 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM PPC encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
index 85959c56b7..94a79a163d 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM encoding engine prototypes.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
index 853ab061a9..83c6eb5a0f 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM x86 encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.c b/plugins/MirLua/Modules/ffi/src/ffi.c
index 0a3c772d9f..20dcfbdc49 100644
--- a/plugins/MirLua/Modules/ffi/src/ffi.c
+++ b/plugins/MirLua/Modules/ffi/src/ffi.c
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.h b/plugins/MirLua/Modules/ffi/src/ffi.h
index d7889be9df..48e5d2c761 100644
--- a/plugins/MirLua/Modules/ffi/src/ffi.h
+++ b/plugins/MirLua/Modules/ffi/src/ffi.h
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h
index fb20fc24fb..b6fa0603d2 100644
--- a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h
+++ b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et
+/* vim: ts=4 sw=4 sts=4 et
*
* Copyright (c) 2009 James R. McKaskill
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h
index d28fa121a6..01ca453687 100644
--- a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h
+++ b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h
@@ -1,4 +1,4 @@
-// boost cstdint.hpp header file ------------------------------------------//
+// boost cstdint.hpp header file ------------------------------------------//
// (C) Copyright Beman Dawes 1999.
// (C) Copyright Jens Mauer 2001
diff --git a/plugins/MirLua/Modules/ffi/src/parser.c b/plugins/MirLua/Modules/ffi/src/parser.c
index 97df4f4125..6dd099a9a4 100644
--- a/plugins/MirLua/Modules/ffi/src/parser.c
+++ b/plugins/MirLua/Modules/ffi/src/parser.c
@@ -1,4 +1,4 @@
-/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/stdafx.cxx b/plugins/MirLua/Modules/ffi/src/stdafx.cxx
index 83bd083a45..7b43c3cb6c 100644
--- a/plugins/MirLua/Modules/ffi/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/ffi/src/stdafx.cxx
@@ -1 +1 @@
-#include "ffi.h"
+#include "ffi.h"
diff --git a/plugins/MirLua/Modules/m_enumerable/src/main.cpp b/plugins/MirLua/Modules/m_enumerable/src/main.cpp
index d20b4d63a1..f12b8fcc0c 100644
--- a/plugins/MirLua/Modules/m_enumerable/src/main.cpp
+++ b/plugins/MirLua/Modules/m_enumerable/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static int lua__call(lua_State *L)
{
diff --git a/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx b/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx
index d1303f3984..fd4f341c7b 100644
--- a/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/MirLua/Modules/m_enumerable/src/stdafx.h b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
index f9cb6b5edc..5b8469c7fb 100644
--- a/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
+++ b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_popup/src/main.cpp b/plugins/MirLua/Modules/m_popup/src/main.cpp
index 08f7a3fa0e..35f2b9bb28 100644
--- a/plugins/MirLua/Modules/m_popup/src/main.cpp
+++ b/plugins/MirLua/Modules/m_popup/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static POPUPDATAT* MakePopupData(lua_State *L)
{
diff --git a/plugins/MirLua/Modules/m_popup/src/stdafx.cxx b/plugins/MirLua/Modules/m_popup/src/stdafx.cxx
index d1303f3984..fd4f341c7b 100644
--- a/plugins/MirLua/Modules/m_popup/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/m_popup/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/MirLua/Modules/m_popup/src/stdafx.h b/plugins/MirLua/Modules/m_popup/src/stdafx.h
index 1cd5d1e972..e6f48ac834 100644
--- a/plugins/MirLua/Modules/m_popup/src/stdafx.h
+++ b/plugins/MirLua/Modules/m_popup/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_schedule/src/main.cpp b/plugins/MirLua/Modules/m_schedule/src/main.cpp
index b4322cff07..fd6820ea9f 100644
--- a/plugins/MirLua/Modules/m_schedule/src/main.cpp
+++ b/plugins/MirLua/Modules/m_schedule/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static mir_cs threadLock;
static HANDLE hScheduleEvent = nullptr;
diff --git a/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx b/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx
index d1303f3984..fd4f341c7b 100644
--- a/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/MirLua/Modules/m_schedule/src/stdafx.h b/plugins/MirLua/Modules/m_schedule/src/stdafx.h
index ea0bf427eb..bd775e51d4 100644
--- a/plugins/MirLua/Modules/m_schedule/src/stdafx.h
+++ b/plugins/MirLua/Modules/m_schedule/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp
index 93ff745e92..55c4cf04d8 100644
--- a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp
+++ b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx
index d1303f3984..fd4f341c7b 100644
--- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h
index 0648e8b6d0..45e1eea058 100644
--- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h
+++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_variables/src/main.cpp b/plugins/MirLua/Modules/m_variables/src/main.cpp
index 9209377008..dcd2a7e773 100644
--- a/plugins/MirLua/Modules/m_variables/src/main.cpp
+++ b/plugins/MirLua/Modules/m_variables/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static int lua_Parse(lua_State *L)
{
diff --git a/plugins/MirLua/Modules/m_variables/src/stdafx.cxx b/plugins/MirLua/Modules/m_variables/src/stdafx.cxx
index d1303f3984..fd4f341c7b 100644
--- a/plugins/MirLua/Modules/m_variables/src/stdafx.cxx
+++ b/plugins/MirLua/Modules/m_variables/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/MirLua/Modules/m_variables/src/stdafx.h b/plugins/MirLua/Modules/m_variables/src/stdafx.h
index 89702cb4a0..0293856dbd 100644
--- a/plugins/MirLua/Modules/m_variables/src/stdafx.h
+++ b/plugins/MirLua/Modules/m_variables/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>