From 8d2d46fde84ba1d0ea407f2dd24aec3a2195e4c2 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 2 Jun 2025 14:14:32 +0200 Subject: [PATCH] reindent --- ortools/lp_data/lp_parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ortools/lp_data/lp_parser.cc b/ortools/lp_data/lp_parser.cc index c8654c49e1..e872c4fe97 100644 --- a/ortools/lp_data/lp_parser.cc +++ b/ortools/lp_data/lp_parser.cc @@ -237,8 +237,8 @@ bool LPParser::ParseConstraint(StringPiece constraint) { namespace { -template -constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1 +template +constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1 template bool SimpleAtoFractional(absl::string_view str, T* value) {