Skip to content

Commit 8d2d46f

Browse files
committed
reindent
1 parent 67529ab commit 8d2d46f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ortools/lp_data/lp_parser.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ bool LPParser::ParseConstraint(StringPiece constraint) {
237237

238238
namespace {
239239

240-
template<class>
241-
constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
240+
template <class>
241+
constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
242242

243243
template <typename T>
244244
bool SimpleAtoFractional(absl::string_view str, T* value) {

0 commit comments

Comments
 (0)