Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'clean_events' of github.com:Takishipp/simgrid into clean_events
[simgrid.git] / include / xbt / automaton.hpp
index 8b3827db572f18ef3abee1fd3db1c347b9b99e4e..5c3dad854a0052d33895c0784d06f59f4211f769 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