File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #include <string.h>
12+
1113#include "src/common/libflux/version.h"
1214#include "src/common/libtap/tap.h"
1315#include "ccan/str/str.h"
1416
15- #include <string.h>
16-
1717int main (int argc , char * argv [])
1818{
1919 const char * s ;
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #include <string.h>
12+ #include <ctype.h>
13+
1114#include "src/common/libtap/tap.h"
1215#include "src/common/libpmi/keyval.h"
1316#include "ccan/str/str.h"
1417
15- #include <string.h>
16- #include <ctype.h>
17-
1818static char * valid [] = {
1919 "key1=val1" ,
2020 "key1=val1 " ,
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #include <string.h>
12+ #include <ctype.h>
13+
1114#include "src/common/libtap/tap.h"
1215#include "src/common/libutil/wallclock.h"
1316#include "src/common/libutil/stdlog.h"
1417#include "ccan/str/str.h"
1518
16- #include <string.h>
17- #include <ctype.h>
18-
1919static char * valid [] = {
2020 "<1>1 - - - - - - message" ,
2121 "<23>1 - - - - - - message" ,
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #include <string.h>
12+ #include <ctype.h>
13+
1114#include "src/common/libtap/tap.h"
1215#include "src/common/libutil/wallclock.h"
1316#include "src/common/libutil/stdlog.h"
1417
15- #include <string.h>
16- #include <ctype.h>
17-
1818int main (int argc , char * * argv )
1919{
2020 char buf [WALLCLOCK_MAXLEN ];
You can’t perform that action at this time.
0 commit comments