Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / examples / deprecated / java / energy / consumption / Main.java
index 1e87be0ad8f6ce712482eeb806c32533db94df91..c321c471836d0dc4b044690b8d4a8ac07da53c4b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2019. The SimGrid Team.
+/* Copyright (c) 2012-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -14,9 +14,9 @@ public class Main {
     throw new IllegalAccessError("Utility class");
   }
 
-  public static void main(String[] args) throws MsgException {  
-    Msg.energyInit(); 
-    Msg.init(args); 
+  public static void main(String[] args) throws MsgException {
+    Msg.energyInit();
+    Msg.init(args);
 
     if (args.length < 1) {
       Msg.info("Usage   : Energy platform_file");