0028643: Coding rules - eliminate GCC compiler warnings -Wmisleading-indentation
[occt.git] / src / QABugs / QABugs.cxx
1 // Created on: 2012-03-23
2 // Created by: DBV
3 // Copyright (c) 2002-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #include <QABugs.hxx>
17
18 void QABugs::Commands(Draw_Interpretor& theCommands) {
19   QABugs::Commands_1(theCommands);
20   QABugs::Commands_2(theCommands);
21   QABugs::Commands_3(theCommands);
22   QABugs::Commands_4(theCommands);
23   QABugs::Commands_5(theCommands);
24   QABugs::Commands_6(theCommands);
25   QABugs::Commands_7(theCommands);
26   QABugs::Commands_8(theCommands);
27   QABugs::Commands_9(theCommands);
28   QABugs::Commands_10(theCommands);
29   QABugs::Commands_11(theCommands);
30   QABugs::Commands_12(theCommands);
31   QABugs::Commands_13(theCommands);
32   QABugs::Commands_14(theCommands);
33   QABugs::Commands_15(theCommands);
34   QABugs::Commands_16(theCommands);
35   QABugs::Commands_17(theCommands);
36   QABugs::Commands_18(theCommands);
37   QABugs::Commands_19(theCommands);
38   QABugs::Commands_20(theCommands);
39
40   return;
41 }