tarantool / checkpatch

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

Allow different indent after comment for the block end #67

Closed nshy closed 9 months ago

nshy commented 9 months ago

Currently the check fails next sane case. We should allow misindent for the case of block end.

          */
+   } catch (FiberIsCancelled *e) {