From d4ef5a40b9b249cfcc9ad9dfbe4f546e83ef4f39 Mon Sep 17 00:00:00 2001 From: wheremyfoodat Date: Thu, 24 Nov 2022 05:52:22 +0000 Subject: [PATCH] [Chores] Format code --- src/gui/widgets/typed_debugger.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/widgets/typed_debugger.cc b/src/gui/widgets/typed_debugger.cc index 34a48b4a57..f1dead66cb 100644 --- a/src/gui/widgets/typed_debugger.cc +++ b/src/gui/widgets/typed_debugger.cc @@ -625,9 +625,9 @@ void PCSX::Widgets::TypedDebugger::draw(const char* title, GUI* gui) { if (m_functions.empty()) { ImGui::TextWrapped( _("Functions can be imported from Ghidra using tools/ghidra_scripts/export_redux.py, which will generate " - "a redux_funcs.txt file in its folder, or from any text file where each line specifies the function " - "address, name and arguments, separated by semi-colons; arguments are specified in type-name-size tuples " - "whose elements are separated by commas.\n\nFor example:\n")); + "a redux_funcs.txt file in its folder, or from any text file where each line specifies the function " + "address, name and arguments, separated by semi-colons; arguments are specified in type-name-size tuples " + "whose elements are separated by commas.\n\nFor example:\n")); gui->useMonoFont(); ImGui::TextUnformatted("800148b8;task_main_800148B8;int,param_1,4;int,param_2,1;\n\n"); ImGui::PopFont();