From 4fb50ea0ce4de9c039a9855224a9306f5e2afbd4 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 20 Mar 2019 12:12:42 +0100 Subject: [PATCH 1/1] Trailing whitespaces. --- examples/python/exec-dvfs/exec-dvfs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/python/exec-dvfs/exec-dvfs.py b/examples/python/exec-dvfs/exec-dvfs.py index f84b67348a..3d90f991a5 100644 --- a/examples/python/exec-dvfs/exec-dvfs.py +++ b/examples/python/exec-dvfs/exec-dvfs.py @@ -1,7 +1,7 @@ -# Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. +# Copyright (c) 2007-2019. 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. +# under the terms of the license (GNU LGPL) which comes with this package. import sys from simgrid import * @@ -48,7 +48,7 @@ if __name__ == '__main__': e = Engine(sys.argv) if len(sys.argv) < 2: raise AssertionError("Usage: exec-dvfs.py platform_file [other parameters] (got {:d} params)".format(len(sys.argv))) - + e.load_platform(sys.argv[1]) Actor.create("dvfs_test", Host.by_name("MyHost1"), dvfs()) Actor.create("dvfs_test", Host.by_name("MyHost2"), dvfs()) -- 2.20.1