]> Kevux Git Server - fll/commit
Bugfix: Valid comment lines are keeping leading white space.
authorKevin Day <thekevinday@gmail.com>
Thu, 6 Jan 2022 04:40:45 +0000 (22:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 6 Jan 2022 04:40:45 +0000 (22:40 -0600)
commit8d5209da8c20bb6ec08040d0e274312e8641ddb3
tree0d1b1bf4ebc2b1768b2e3f919df645965d89302b
parentef8a80f8c5d811919dc8db0370fd39633e571ad6
Bugfix: Valid comment lines are keeping leading white space.

Any line that ends up being a valid comment line may have white space on the left.
For lists, such as FSS Basic List, the leading white space is being printed.
This is not correct at all.

This is easily solved by getting the last new line and add one.

Update the specification to make the expected behavior clear.

Cleanup comment lines and other related code while its convenient.
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_embedded_list.c
level_1/fl_fss/c/fss_extended_list.c
level_1/fl_fss/c/private-fss.c
specifications/fss.txt