tarantool / checkpatch

Checkpatch for Tarantool
GNU General Public License v2.0
2 stars 2 forks source link

Invalid checking in c++ code #10

Closed EvgenyMekhanik closed 2 years ago

EvgenyMekhanik commented 2 years ago

ERROR: spaces needed around that '&' (ctx:VxW)

193: FILE: test/enterprise-perf/tuple_compression.cc:93:

+select(benchmark::State& state, Args&&... args)

spaces required around that '&&' (ctx:VxV)

193: FILE: test/enterprise-perf/tuple_compression.cc:93:

+select(benchmark::State& state, Args&&... args)