Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_XXX_is_empty() instead of testing xbt_XXX_length() against 0.
[simgrid.git] / src / bindings / rubyDag / rb_SD_workstation.h
index 8fadfec..daf9819 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* 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 RB_SD_WORKSTATION_H
 #define RB_SD_WORKSTATION_H
 
@@ -14,6 +20,6 @@ static VALUE rb_SD_workstation_list(VALUE Class);
 static VALUE rb_SD_workstation_number(VALUE Class);
 
 // Workstation name
-static VALUE rb_SD_workstation_name(VALUE Class,VALUE workstation);
+static VALUE rb_SD_workstation_name(VALUE Class, VALUE workstation);
 
-#endif
\ No newline at end of file
+#endif