Remove errant tab in patch

Matches upstream formatting conventions
This commit is contained in:
Thomas W Rodgers 2023-01-17 09:33:58 -08:00
parent 481736a2e1
commit 32024d134b

View File

@ -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 <rodgert@twrodgers.com>
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