Skip to content

Commit

Permalink
reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jun 25, 2024
1 parent d1076f8 commit e284ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/util/zvector.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define OR_TOOLS_UTIL_ZVECTOR_H_

#if (defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)) && \
defined(__GNUC__)
defined(__GNUC__)
#include <machine/endian.h>
#elif !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__MINGW64__)
#include <endian.h>
Expand Down

0 comments on commit e284ae4

Please sign in to comment.