From e3658ab0efaeddfa7ae5adb4381301bf1c379542 Mon Sep 17 00:00:00 2001 From: Bram Verweij Date: Sat, 24 Dec 2022 12:36:06 +0100 Subject: [PATCH] convert tabs to spaces --- libretro/libretro.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libretro/libretro.cpp b/libretro/libretro.cpp index 7cefcbfa41..6623774d92 100644 --- a/libretro/libretro.cpp +++ b/libretro/libretro.cpp @@ -1100,14 +1100,14 @@ static void check_variables(CoreParameter &coreParam) for (int i = 0; i < 12; i++) { if (i && i % 3 == 0) - { + { g_Config.proAdhocServer += '.'; - leadingZero = true; - } + leadingZero = true; + } int addressPt = ppsspp_pro_ad_hoc_ipv4[i]; - if (addressPt || i % 3 == 2) - leadingZero = false; // We are either non-zero or the last digit of a byte + if (addressPt || i % 3 == 2) + leadingZero = false; // We are either non-zero or the last digit of a byte if (! leadingZero) g_Config.proAdhocServer += static_cast('0' + addressPt);