From 033f6279012739dab154a3288e6427810ffbf90b Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:52:12 +0800 Subject: [PATCH] vowpal-wabbit: fix patch `brew bottle` mangled the patch for some reason. This partially reverts commit ffffba23d871a501dd1bef536d31fbf773a3dbc4. --- Formula/v/vowpal-wabbit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vowpal-wabbit.rb b/Formula/v/vowpal-wabbit.rb index bae595cea67f..677568d0f223 100644 --- a/Formula/v/vowpal-wabbit.rb +++ b/Formula/v/vowpal-wabbit.rb @@ -137,13 +137,13 @@ def install --- a/vowpalwabbit/config/src/options_cli.cc +++ b/vowpalwabbit/config/src/options_cli.cc @@ -10,6 +10,7 @@ - #include "vw/config/option.h" - - #include -+#include - - #include - #include + #include "vw/config/option.h" + + #include ++#include + + #include + #include diff --git a/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h b/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h index 0d42ac7..6f3cdff 100644 --- a/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h