Skip to content

Commit

Permalink
Indentation fix in help message
Browse files Browse the repository at this point in the history
I've replaced tabs with spaces because tabs are usually have width of 8 characters in terminals.
  • Loading branch information
Dlanis authored and emersion committed Oct 16, 2023
1 parent 6028ebc commit c2e198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const char usage[] =
" --vr-overlay-physical-width Sets the physical width of our VR overlay in metres\n"
" --vr-overlay-physical-curvature Sets the curvature of our VR overlay\n"
" --vr-overlay-physical-pre-curve-pitch Sets the pre-curve pitch of our VR overlay\n"
" --vr-scrolls-speed Mouse scrolling speed of trackpad scroll in VR. Default: 8.0\n"
" --vr-scrolls-speed Mouse scrolling speed of trackpad scroll in VR. Default: 8.0\n"
"\n"
#endif
"Debug options:\n"
Expand Down

0 comments on commit c2e198d

Please sign in to comment.