aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-08 11:44:03 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-08 12:11:54 +0000
commit5bb639a6cdbfd32418ba42c93787a06ebb4ce35b (patch)
tree34ca7b9cda07675520f90a927d689f23b9808c1c /tests
parentda4acd5f38aedb4b68c0c1c5de3b97dbb4408fda (diff)
fix indentation
Change-Id: I25500ea0893062827e4588b39abd6f499789e8f9 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/testdata/assembly/assembly.qbs36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/auto/blackbox/testdata/assembly/assembly.qbs b/tests/auto/blackbox/testdata/assembly/assembly.qbs
index c68f0bfbf..88ee2a3cb 100644
--- a/tests/auto/blackbox/testdata/assembly/assembly.qbs
+++ b/tests/auto/blackbox/testdata/assembly/assembly.qbs
@@ -1,24 +1,24 @@
import qbs 1.0
Project {
- StaticLibrary {
- name : "testa"
- files : [ "testa.s" ]
- Depends { name: "cpp" }
- condition: qbs.toolchain.contains("gcc")
- }
- StaticLibrary {
- name : "testb"
- files : [ "testb.S" ]
- Depends { name: "cpp" }
- condition: qbs.toolchain.contains("gcc")
- }
- StaticLibrary {
- name : "testc"
- files : [ "testc.sx" ]
- Depends { name: "cpp" }
- condition: qbs.toolchain.contains("gcc")
- }
+ StaticLibrary {
+ name : "testa"
+ files : [ "testa.s" ]
+ Depends { name: "cpp" }
+ condition: qbs.toolchain.contains("gcc")
+ }
+ StaticLibrary {
+ name : "testb"
+ files : [ "testb.S" ]
+ Depends { name: "cpp" }
+ condition: qbs.toolchain.contains("gcc")
+ }
+ StaticLibrary {
+ name : "testc"
+ files : [ "testc.sx" ]
+ Depends { name: "cpp" }
+ condition: qbs.toolchain.contains("gcc")
+ }
StaticLibrary {
name : "testd"
files : [ "testd_" + qbs.architecture + ".asm" ]