]> AND Public Git Repository - simgrid.git/blobdiff - tools/internal/check_dist_archive
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align Storage get/set_data() with the Extendable version of that feature
[simgrid.git] / tools / internal / check_dist_archive
index e31e692b191b64c60bc351e1d1fa319d822845d8..03530bde984f8a89615012157c13151a21be558a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Copyright (c) 2013-2014. The SimGrid Team.
+# Copyright (c) 2013-2019. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -103,7 +103,7 @@ EOF
     fi
 }
 
-colordiff=$(type -p colordiff || true) 
+colordiff=$(type -p colordiff || true)
 colorless() {
     if [ -x "$colordiff" ]; then
         "$colordiff" | less -R -F -X