We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0c717 commit b04acafCopy full SHA for b04acaf
hwloc/topology-xml-nolibxml.c
@@ -1,6 +1,6 @@
1
/*
2
* Copyright © 2009 CNRS
3
- * Copyright © 2009-2023 Inria. All rights reserved.
+ * Copyright © 2009-2024 Inria. All rights reserved.
4
* Copyright © 2009-2011 Université Bordeaux
5
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
6
* See COPYING in top-level directory.
@@ -41,7 +41,7 @@ typedef struct hwloc__nolibxml_import_state_data_s {
41
static char *
42
hwloc__nolibxml_import_ignore_spaces(char *buffer)
43
{
44
- return buffer + strspn(buffer, " \t\n");
+ return buffer + strspn(buffer, " \t\n\r");
45
}
46
47
static int
0 commit comments