mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX: Fix -Wmisleading-indentation warning
/__w/quakespasm/quakespasm/source/gl_rpart.c: In function 'QMB_InitParticles': /__w/quakespasm/quakespasm/source/gl_rpart.c:509:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 509 | for (i = 0 ; i < 5 ; i++) | ^~~ /__w/quakespasm/quakespasm/source/gl_rpart.c:219:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 219 | do { \ | ^~
This commit is contained in:
parent
f47080d347
commit
70bec7322b
1 changed files with 2 additions and 2 deletions
Loading…
Reference in a new issue