Skip to content

Commit c0ffb8d

Browse files
committed
Lint problem
1 parent 9cc1d5a commit c0ffb8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/piped_process.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#ifdef _WIN32
99
# include <memory>
1010
// The below are forward declarations for Windows APIs
11-
struct _PROCESS_INFORMATION;
12-
typedef struct _PROCESS_INFORMATION PROCESS_INFORMATION;
13-
typedef void *HANDLE;
11+
struct _PROCESS_INFORMATION; // NOLINT
12+
typedef struct _PROCESS_INFORMATION PROCESS_INFORMATION; // NOLINT
13+
typedef void *HANDLE; // NOLINT
1414
#endif
1515

1616
# include <vector>

0 commit comments

Comments
 (0)