Skip to content

Commit

Permalink
Fix spaces in logging of SPLINE scenario
Browse files Browse the repository at this point in the history
Actually:
scenario: 2 [BL 0]
         BEZIER(0x2)

After:
scenario: 2 [BL 0]
          BEZIER(0x2)
  • Loading branch information
michal-josef-spacek authored and rurban committed Mar 19, 2024
1 parent 85b6b88 commit a48d4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
{ \
if (_obj->scenario) \
{ \
LOG_TRACE (" "); \
LOG_TRACE (" "); \
LOG_SPLINE_SCENARIO_W (SPLINE); \
LOG_SPLINE_SCENARIO_W (BEZIER); \
LOG_FLAG_MAX (_obj->scenario, 2); \
Expand Down

0 comments on commit a48d4e3

Please sign in to comment.