From a307c0d0aef63952475079c679b64e28b7615400 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 8 Jul 2003 11:54:46 +0000 Subject: [PATCH] spacing --- src/tgba/state.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tgba/state.hh b/src/tgba/state.hh index fea4dba84..f43e338ab 100644 --- a/src/tgba/state.hh +++ b/src/tgba/state.hh @@ -56,7 +56,7 @@ namespace spot struct state_ptr_less_than { bool - operator()(const state* left, const state *right) const + operator()(const state* left, const state* right) const { return left->compare(right) < 0; }