nodelet_core icon indicating copy to clipboard operation
nodelet_core copied to clipboard

reformat with common coding style

Open kejxu opened this issue 5 years ago • 0 comments

reformat with common coding style, no actual code/logics change:

  • indent with 4 spaces
  • separate type from variable name (use T& name instead of T* name)
  • add blocks after if and for

kejxu avatar Jul 17 '19 02:07 kejxu