Whitespace and formatting cleanup.

This commit is contained in:
Simon Wilks 2013-08-25 22:54:31 +02:00
parent 548f322493
commit e25f2ff44f
6 changed files with 7 additions and 10 deletions

View File

@ -96,7 +96,6 @@ MODULES += modules/sdlog2
MODULES += modules/unit_test
MODULES += modules/commander/commander_tests
#
# Library modules
#

View File

@ -1,10 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2013 PX4 Development Team. All rights reserved.
* Author: Petri Tanskanen <petri.tanskanen@inf.ethz.ch>
* Lorenz Meier <lm@inf.ethz.ch>
* Thomas Gubler <thomasgubler@student.ethz.ch>
* Julian Oes <joes@student.ethz.ch>
* Author: Simon Wilks <sjwilks@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -37,7 +34,8 @@
/**
* @file commander_tests.cpp
* Commander unit tests.
* Commander unit tests. Run the tests as follows:
* nsh> commander_tests
*
*/

View File

@ -1,6 +1,6 @@
############################################################################
#
# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
# Copyright (c) 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions

View File

@ -245,4 +245,3 @@ state_machine_helper_test()
StateMachineHelperTest* test = new StateMachineHelperTest();
test->UnitTest::print_results(test->run_tests());
}

View File

@ -1,6 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2013 PX4 Development Team. All rights reserved.
* Author: Simon Wilks <sjwilks@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -40,4 +41,4 @@
void state_machine_helper_test();
#endif /* STATE_MACHINE_HELPER_TEST_H_ */
#endif /* STATE_MACHINE_HELPER_TEST_H_ */

View File

@ -90,4 +90,4 @@ public:
#endif /* UNIT_TEST_H_ */
#endif /* UNIT_TEST_H_ */