From a567665ab29446e00676b0757752eaeb53b93374 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 05:41:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- library/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Core.cpp b/library/Core.cpp index a926391d9..facd02823 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -1312,7 +1312,7 @@ void fInitthread(void * iodata) void fIOthread(void * iodata) { static const char * HISTORY_FILE = "dfhack-config/dfhack.history"; - + IODATA * iod = ((IODATA*) iodata); Core * core = iod->core; PluginManager * plug_mgr = ((IODATA*) iodata)->plug_mgr;