From 32024d134b4f1bfd03d178b239237e247a5cf16a Mon Sep 17 00:00:00 2001 From: Thomas W Rodgers Date: Tue, 17 Jan 2023 09:33:58 -0800 Subject: [PATCH] Remove errant tab in patch Matches upstream formatting conventions --- tbb-2020-task-namespace.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tbb-2020-task-namespace.patch b/tbb-2020-task-namespace.patch index 71530d2..7c9034a 100644 --- a/tbb-2020-task-namespace.patch +++ b/tbb-2020-task-namespace.patch @@ -1,4 +1,4 @@ -From 04d68b41f55804bdaa7ce5f76b0fa4637f1cdadb Mon Sep 17 00:00:00 2001 +From 83460cd9c2df678bd05efbbbe5cd2c9f733ece2b Mon Sep 17 00:00:00 2001 From: Thomas W Rodgers Date: Mon, 16 Jan 2023 17:20:37 -0800 Subject: [PATCH] Fix FTBS with newer GCC @@ -8,7 +8,7 @@ Subject: [PATCH] Fix FTBS with newer GCC 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tbb/task.h b/include/tbb/task.h -index 5e137c6..3d167c5 100644 +index 5e137c6..b5fb1ac 100644 --- a/include/tbb/task.h +++ b/include/tbb/task.h @@ -249,7 +249,7 @@ namespace internal { @@ -16,7 +16,7 @@ index 5e137c6..3d167c5 100644 //! Pointer to the next offloaded lower priority task. /** Used to maintain a list of offloaded tasks inside the scheduler. **/ - task* next_offloaded; -+ tbb::task* next_offloaded; ++ tbb::task* next_offloaded; #endif #if __TBB_PREVIEW_RESUMABLE_TASKS