Remove errant tab in patch
Matches upstream formatting conventions
This commit is contained in:
parent
481736a2e1
commit
32024d134b
@ -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>
|
From: Thomas W Rodgers <rodgert@twrodgers.com>
|
||||||
Date: Mon, 16 Jan 2023 17:20:37 -0800
|
Date: Mon, 16 Jan 2023 17:20:37 -0800
|
||||||
Subject: [PATCH] Fix FTBS with newer GCC
|
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(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/include/tbb/task.h b/include/tbb/task.h
|
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
|
--- a/include/tbb/task.h
|
||||||
+++ b/include/tbb/task.h
|
+++ b/include/tbb/task.h
|
||||||
@@ -249,7 +249,7 @@ namespace internal {
|
@@ -249,7 +249,7 @@ namespace internal {
|
||||||
@ -16,7 +16,7 @@ index 5e137c6..3d167c5 100644
|
|||||||
//! Pointer to the next offloaded lower priority task.
|
//! Pointer to the next offloaded lower priority task.
|
||||||
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
|
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
|
||||||
- task* next_offloaded;
|
- task* next_offloaded;
|
||||||
+ tbb::task* next_offloaded;
|
+ tbb::task* next_offloaded;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __TBB_PREVIEW_RESUMABLE_TASKS
|
#if __TBB_PREVIEW_RESUMABLE_TASKS
|
||||||
|
Loading…
Reference in New Issue
Block a user