mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
dsdl_compiler: remove trailing whitespace
This commit is contained in:
@@ -40,11 +40,11 @@ def run(source_dirs, include_dirs, output_dir):
|
|||||||
possibly empty list of search directories (containing DSDL definition files that can be referenced from the types
|
possibly empty list of search directories (containing DSDL definition files that can be referenced from the types
|
||||||
that are going to be parsed), and the output directory path (possibly nonexistent) where the generated C++
|
that are going to be parsed), and the output directory path (possibly nonexistent) where the generated C++
|
||||||
header files will be stored.
|
header files will be stored.
|
||||||
|
|
||||||
Note that this module features lazy write, i.e. if an output file does already exist and its content is not going
|
Note that this module features lazy write, i.e. if an output file does already exist and its content is not going
|
||||||
to change, it will not be overwritten. This feature allows to avoid unnecessary recompilation of dependent object
|
to change, it will not be overwritten. This feature allows to avoid unnecessary recompilation of dependent object
|
||||||
files.
|
files.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
source_dirs List of root namespace directories to parse.
|
source_dirs List of root namespace directories to parse.
|
||||||
include_dirs List of root namespace directories with referenced types (possibly empty). This list is
|
include_dirs List of root namespace directories with referenced types (possibly empty). This list is
|
||||||
|
|||||||
Reference in New Issue
Block a user