X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fbb_do_delay.c;h=e14b67a199404457a6dface03ea2867f35427780;hb=830d258dee032b0a6902e037ea4c57db8fb47d78;hp=1fbdc9ae82a26cf904fcf3c86dd53deed1e154a0;hpb=421d9e59416850968707dfec7a665cb0211b8d1c;p=oweals%2Fbusybox.git diff --git a/libbb/bb_do_delay.c b/libbb/bb_do_delay.c index 1fbdc9ae8..e14b67a19 100644 --- a/libbb/bb_do_delay.c +++ b/libbb/bb_do_delay.c @@ -22,11 +22,3 @@ void bb_do_delay(int seconds) time(&now); } } - -/* -Local Variables: -c-file-style: "linux" -c-basic-offset: 4 -tab-width: 4 -End: -*/