style: make sure we do not have SPOT_API in *.cc files

* src/sanity/style.test: Check for it.
* src/dstarparse/nra2nba.cc, src/dstarparse/nsa2tgba.cc,
src/tgbaalgos/randomize.cc, src/tgbaalgos/stutter.cc: Fix all those.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-09 16:15:58 +01:00
parent 5536bac4a1
commit a539dc9002
5 changed files with 16 additions and 11 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2014 Laboratoire de Recherche et Développement de
// l'Epita (LRDE).
// Copyright (C) 2014, 2015 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
@ -24,7 +24,7 @@
namespace spot
{
SPOT_API void
void
randomize(tgba_digraph_ptr& aut, bool randomize_states,
bool randomize_transitions)
{