remove stray semi-colons reported by -Wpedantic
* spot/priv/weight.cc, spot/priv/weight.hh, spot/twaalgos/determinize.cc, spot/twaalgos/stats.cc: Here.
This commit is contained in:
parent
70c70a63a3
commit
825c8a8ad9
4 changed files with 12 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2011, 2014, 2016 Laboratoire de Recherche et
|
||||
// Copyright (C) 2011, 2014, 2016, 2017 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita.
|
||||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
|
|
@ -63,5 +63,4 @@ namespace spot
|
|||
os << '(' << n << ',' << w.m[n] << ')';
|
||||
return os;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2015 Laboratoire de Recherche et Développement de
|
||||
// Copyright (C) 2015, 2017 Laboratoire de Recherche et Développement de
|
||||
// l'Epita (LRDE).
|
||||
// Copyright (C) 2004, 2014 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
|
|
@ -53,4 +53,4 @@ namespace spot
|
|||
private:
|
||||
std::vector<int> m;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue