diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 17:49:35 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 17:49:35 +0100 |
commit | 1b87d1818343277ad4a5f5cddaba6791e2c8ef78 (patch) | |
tree | b7629d4fa84b67433d11b3df33f1f866cec363bb | |
parent | 13ad9f3d65efddf04cae43c5ba57bc736acd9b20 (diff) | |
download | pack-1b87d1818343277ad4a5f5cddaba6791e2c8ef78.tar.gz pack-1b87d1818343277ad4a5f5cddaba6791e2c8ef78.tar.xz pack-1b87d1818343277ad4a5f5cddaba6791e2c8ef78.zip |
Remove trailing whitespace
-rw-r--r-- | test_gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,4 +157,4 @@ int main(void) for (int j = 2; j < 4; j++) unpack_gen(out, &fmtinfo[i], j); } -} +} |