diff options
author | 2017-11-08 14:58:23 +0200 | |
---|---|---|
committer | 2017-11-08 14:58:23 +0200 | |
commit | 155ed8d455115b6f004f471a166f54b5225d87af (patch) | |
tree | 54200a04740fdc0740332fd79f54185240820b5d /test/main.c | |
parent | c7198103b9816ef761ddbdf5d23f94e52afdc730 (diff) | |
download | librin-155ed8d455115b6f004f471a166f54b5225d87af.tar.gz librin-155ed8d455115b6f004f471a166f54b5225d87af.tar.bz2 librin-155ed8d455115b6f004f471a166f54b5225d87af.zip |
tests: update license years; fix a trailing whitespace.
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.c b/test/main.c index 6d7d8bf..c0217eb 100644 --- a/test/main.c +++ b/test/main.c @@ -1,7 +1,7 @@ /* * The Rin Library – library "conformance" tests * - * Copyright (C) 2015 Gediminas Jakutis + * Copyright (C) 2015-2017 Gediminas Jakutis * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -27,7 +27,7 @@ int main(int argc, char **argv) { - static const struct section sections[] = { + static const struct section sections[] = { {"float", float_test}, {"diagnostic", diagnostic_test}, {"gpio", gpio_test} }; |