Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / examples / deprecated / java / energy / consumption / Main.java
index dc6447a..9005253 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2020. The SimGrid Team.
+/* Copyright (c) 2012-2022. 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");