games/NXDoom: Fix Kconfig style

- Remove spaces from Kconfig

- Add TABs

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2026-08-11 19:27:09 +02:00 committed by Matteo Golin
parent 8e5f3d30d5
commit 3d06069783

View file

@ -78,7 +78,7 @@ config GAMES_NXDOOM_NET_MAXPLAYERS
int "Maximum number of players"
default 6
---help---
The maximum number of players, multiplayer/networking.
The maximum number of players, multiplayer/networking.
This is the maximum supported by the networking code; individual games
have their own values for MAXPLAYERS that can be smaller.
ChocolateDOOM default was 8.