Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
config::Flag: allow to pass a map of the valid values
[simgrid.git] / include / xbt / automaton.hpp
index 8b3827d..5c3dad8 100644 (file)
@@ -4,8 +4,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef _XBT_AUTOMATON_HPP
-#define _XBT_AUTOMATON_HPP
+#ifndef XBT_AUTOMATON_HPP
+#define XBT_AUTOMATON_HPP
 
 #include <utility>
 
@@ -34,5 +34,4 @@ xbt_automaton_propositional_symbol_t add_proposition(
 
 }
 }
-
 #endif