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/tf2
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/tf2/tf2.pro b/plugins/tf2/tf2.pro
index 14fbfc384..a5c1b1ed6 100644
--- a/plugins/tf2/tf2.pro
+++ b/plugins/tf2/tf2.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
-TARGET = tf2
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
+TARGET = tf2
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32