White space fixes

This commit is contained in:
David Sidrane 2016-12-12 14:46:09 -10:00 committed by Lorenz Meier
parent dd2fe5d42f
commit dc8c6ea5e5
10 changed files with 11 additions and 16 deletions

View File

@ -30,4 +30,3 @@ echo "Uploading $src_files..."
# Upload files
scp -r $src_files ${user}@${host}:$last

View File

@ -3,4 +3,3 @@ include(cmake/configs/posix_sitl_default.cmake)
set(config_sitl_rcS_dir
posix-configs/SITL/init/inav
)

View File

@ -55,7 +55,6 @@
#include <nuttx/compiler.h>
#include <nuttx/progmem.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@ -943,7 +942,6 @@ int parameter_flashfs_alloc(flash_file_token_t token, uint8_t **buffer, size_t *
rv = 0;
}
}
return rv;

View File

@ -30,6 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
/**
* @file flashparam.c
*

View File

@ -335,5 +335,3 @@ private:
#endif
hrt_abstime _last_statistics_output;
};