Skip to content

Commit 4b82a10

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent db653b7 commit 4b82a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_io/input_conv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include <iomanip>
1313
#include <iostream>
1414
#include <regex.h>
15-
#include <stdio.h>
16-
#include <string.h>
15+
#include <cstdio>
16+
#include <cstring>
1717
#include <string>
1818
#include <vector>
1919
#include <algorithm>
@@ -31,7 +31,7 @@ void tmp_convert();
3131
* @brief Pass the data members from the INPUT instance(defined in
3232
* module_io/input.cpp) to GlobalV and GlobalC.
3333
*/
34-
void Convert(void);
34+
void Convert();
3535

3636
/**
3737
* @brief To parse input parameters as expressions into vectors

0 commit comments

Comments
 (0)