From a20f90cbb7bfd61ee32ccd32603766de02c03ac8 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Sun, 22 Apr 2018 00:49:39 +0200 Subject: JANITORIAL: Fix formatting --- engines/touche/touche.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/touche') diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index 15bcbbc0fc..4414ed1918 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -1370,7 +1370,8 @@ int ToucheEngine::getStringWidth(int num) const { debug("stringwidth: %s", str); debugN("raw:"); const char *p = str; - while (*p) debugN(" %02X", (unsigned char)*p++); + while (*p) + debugN(" %02X", (unsigned char)*p++); debugN("\n"); } return Graphics::getStringWidth16(str); -- cgit v1.2.3