Some times GNU indent replaces tabs with spaces. Anyone aware of a
workaround or fix for this ? Should I file a bug ?

Test case is attached. I came across this error via Lindent script in
the kernel. The command that I used to indent the attached file is:

indent  -nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4
-cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -nprs -npsl -sai -saf
-saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1 test-Lindent.c

Please add me in the replies as I am not subscribed to the list.

Thanks.

--
Sankar P
http://psankar.blogspot.com
/*
Tabs retained										*/

int main()
{
		/* Tabs
		are converted to spaces.													*/
	return 0;
}
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to