X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abc086c715d231160badf9078368d190e47a9028..3bd99877105c107dbf2e174c36d014811a07b7e2:/tools/internal/indent diff --git a/tools/internal/indent b/tools/internal/indent index 3587410b2b..944a9124df 100755 --- a/tools/internal/indent +++ b/tools/internal/indent @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2011, 2014. The SimGrid Team. +# Copyright (c) 2011-2019. The SimGrid Team. # All rights reserved. # This program is free software; you can redistribute it and/or modify it @@ -8,7 +8,7 @@ declare -a OPTIONS OPTIONS=( - -kr # Use Kernighan & Ritchie coding style. + -kr # Use Kernighan & Ritchie coding style. -l120 # Set maximum line length for non-comment lines to 120. -nut # Use spaces instead of tabs. -i2 # Set indentation level to 2 spaces.