Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
committerJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
commit23e763888f3cea6613ca16d026e8d9e23d8f66b6 (patch)
tree62ca49b3a2be0268cf57d5f76295b89d455ce2fb /plugins/ffxiv_x64
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
Diffstat (limited to 'plugins/ffxiv_x64')
-rwxr-xr-xplugins/ffxiv_x64/ffxiv_x64.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ffxiv_x64/ffxiv_x64.pro b/plugins/ffxiv_x64/ffxiv_x64.pro
index d775e4165..51ef13703 100755
--- a/plugins/ffxiv_x64/ffxiv_x64.pro
+++ b/plugins/ffxiv_x64/ffxiv_x64.pro
@@ -5,8 +5,8 @@
include(../plugins.pri)
-TARGET = ffxiv_x64
-SOURCES = ../ffxiv/ffxiv.cpp
+TARGET = ffxiv_x64
+SOURCES = ../ffxiv/ffxiv.cpp
DEFINES *= FFXIV_USE_x64
-win32:LIBS += -luser32
+win32:LIBS += -luser32