nodelet_core
nodelet_core copied to clipboard
reformat with common coding style
reformat with common coding style, no actual code/logics change:
- indent with 4 spaces
- separate type from variable name (use
T& name
instead ofT* name
) - add blocks after
if
andfor