From 0bef191acd5a77544852e6a3daae2df05bd34a31 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 19 Jan 2022 11:20:45 +0000 Subject: [PATCH] Reformat and change send to x-www-form-urlencoded --- strat.hpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/strat.hpp b/strat.hpp index dd02bf5..3b37313 100644 --- a/strat.hpp +++ b/strat.hpp @@ -2,7 +2,7 @@ namespace strat { - void initialise(); - void destroy(); - void mainLoop(); -} +void initialise(); +void destroy(); +void mainLoop(); +} // namespace strat -- Gitblit v1.9.3