scripts/recordmcount.pl: Make indent spacing consistent
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 22 Mar 2021 21:45:22 +0000 (17:45 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 22 Mar 2021 21:50:42 +0000 (17:50 -0400)
commit2cf3af7aa6df0e173f2bff57b73427bb05b30ba0
treed06279a2e16e354c4135365ba5575cda843781b4
parent9a6944fee68e25084130386c608c5ac8db487581
scripts/recordmcount.pl: Make indent spacing consistent

Emacs by default will have perl files have 4 space indents, where 8 spaces
are represented with a single tab. There are some places in
recordmcount.pl that has 8 spaces where a tab should be used. Replace them
to make the file consistent.

No functional changes.

Cc: "John (Warthog9) Hawley" <warthog9@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
scripts/recordmcount.pl