Skip to content

Commit

Permalink
tests/ports/freebsd: add a missing end of line at end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Feb 19, 2020
1 parent bce655f commit 800c3ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/hwloc/ports/include/freebsd/sys/domainset.h
@@ -1,6 +1,6 @@
/*
* Copyright © 2009 Université Bordeaux
* Copyright © 2015 Inria. All rights reserved.
* Copyright © 2015-2020 Inria. All rights reserved.
* See COPYING in top-level directory.
*/

Expand All @@ -22,4 +22,5 @@ typedef long domainset_t;
int cpuset_getdomain(cpulevel_t, cpuwhich_t, id_t, size_t, domainset_t *, int *);
int cpuset_setdomain(cpulevel_t, cpuwhich_t, id_t, size_t, const domainset_t *, int);

#endif /* HWLOC_PORT_FREEBSD_SYS_DOMAINSET_H */
#endif /* HWLOC_PORT_FREEBSD_SYS_DOMAINSET_H */

0 comments on commit 800c3ac

Please sign in to comment.