X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46bf85abbe096a557a905808921b2f585ef16f5b..121e1dc6ee0462b6f6f1f1570b0f48c61ee4ff9a:/tools/internal/indent diff --git a/tools/internal/indent b/tools/internal/indent index f9f914a61e..56c39060bd 100755 --- a/tools/internal/indent +++ b/tools/internal/indent @@ -9,7 +9,7 @@ declare -a OPTIONS OPTIONS=( -kr # Use Kernighan & Ritchie coding style. - -l80 # Set maximum line length for non-comment lines to 80. + -l120 # Set maximum line length for non-comment lines to 120. -nut # Use spaces instead of tabs. -i2 # Set indentation level to 2 spaces. -lps # Leave space between ‘#’ and preprocessor directive.