提交 0c528da8 编写于 作者: E Eugeniu Rosca 提交者: Shuah Khan

selftests: watchdog: fix mixed whitespace

Convert spaces to tabs for checkpatch compliance. Quick way to verify
this is by running `git show -w <commit-id>`, which returns an empty
commit body. No functional change intended.
Signed-off-by: NEugeniu Rosca <erosca@de.adit-jv.com>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 9f5eb964
...@@ -99,7 +99,7 @@ int main(int argc, char *argv[]) ...@@ -99,7 +99,7 @@ int main(int argc, char *argv[])
signal(SIGINT, term); signal(SIGINT, term);
while(1) { while (1) {
keep_alive(); keep_alive();
sleep(ping_rate); sleep(ping_rate);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册