Re: [PATCH v2] ktest: Fix Test Failures Due to Missing LOG_FILE Directories

From: Steven Rostedt
Date: Thu Mar 06 2025 - 10:12:23 EST


On Thu, 6 Mar 2025 10:19:04 +0530
"Jain, Ayush" <ayushjai@xxxxxxx> wrote:

> Just to be clear on my end, you mean 4 space wide tab for indentation here.

Correct. That's what the rest of the file has.


....[indent 1]
\t[indent 2]
\t....[indent 3]

Where . is a space and \t is a tab.

So for every 8 spaces, use a tab, and then add 4 spaces at the end of those
not divisible by 8.

-- Steve