Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing newline.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 29 Mar 2012 09:18:17 +0000 (11:18 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 30 Mar 2012 10:01:03 +0000 (12:01 +0200)
tools/doxygen/xbt_log_extract_hierarchy.pl

index f61b020..50ce437 100755 (executable)
@@ -135,4 +135,4 @@ check_connection("XBT_LOG_ROOT_CAT");
 map {warn "Category $_ does not seem to be connected to the root (anc=$ancestor{$_})\n";} grep {!defined $used{$_}} sort keys %ancestor;    
 
        
-print "@}*/";
+print "@}*/\n";