regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -4,9 +4,6 @@ | ||||
|  * | ||||
|  * Licensed under GPLv2 or later, see file LICENSE in this source tree. | ||||
|  */ | ||||
| #include "libbb.h" | ||||
| #include "bb_archive.h" | ||||
|  | ||||
| //kbuild:lib-$(CONFIG_ZCAT) += bbunzip.o | ||||
| //kbuild:lib-$(CONFIG_GUNZIP) += bbunzip.o | ||||
| //kbuild:lib-$(CONFIG_BZCAT) += bbunzip.o | ||||
| @@ -21,6 +18,9 @@ | ||||
| /* gzip_main() too: */ | ||||
| //kbuild:lib-$(CONFIG_GZIP) += bbunzip.o | ||||
|  | ||||
| #include "libbb.h" | ||||
| #include "bb_archive.h" | ||||
|  | ||||
| /* Note: must be kept in sync with archival/lzop.c */ | ||||
| enum { | ||||
| 	OPT_STDOUT     = 1 << 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user