Skip to content

Commit caba523

Browse files
committed
port: fix missing // on windows
1 parent 488b558 commit caba523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ortools/port/file.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
static_assert(operations_research::kTargetOsSupportsFile);
2525
#if !defined(_MSC_VER)
2626
#include <unistd.h>
27-
#endif !defined(_MSC_VER)
27+
#endif // !defined(_MSC_VER)
2828

2929
#include "absl/strings/str_format.h"
3030
#include "absl/time/clock.h"

0 commit comments

Comments
 (0)