Re: [PATCH] selftests/sched: fix code format issues

2024-06-11 Thread Shuah Khan
On 6/10/24 23:18, aigourensheng wrote: There are extra spaces in the middle of #define. It is recommended to delete the spaces to make the code look more comfortable. Signed-off-by: aigourensheng --- tools/testing/selftests/sched/cs_prctl_test.c | 10 +- 1 file changed, 5 insertions(

[PATCH] selftests/sched: fix code format issues

2024-06-10 Thread aigourensheng
There are extra spaces in the middle of #define. It is recommended to delete the spaces to make the code look more comfortable. Signed-off-by: aigourensheng --- tools/testing/selftests/sched/cs_prctl_test.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/test