PM: hibernate: remove leading spaces before tabs
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 8 Jun 2021 08:13:14 +0000 (16:13 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 11 Jun 2021 16:52:05 +0000 (18:52 +0200)
commit480f0de68caddfe336b8cc0c74a40328779940d3
tree092f298dbf2cc00e04abd347f88a482bc94c1ff5
parent03466883a0fdb5c38f2907b027565b9f253688a8
PM: hibernate: remove leading spaces before tabs

 1) Run the following command to find and remove the leading spaces
    before tabs:
    $ find kernel/power/ -type f | xargs sed -r -i 's/^[ ]+\t/\t/'
 2) Manually check and correct if necessary

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/snapshot.c