X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46bf85abbe096a557a905808921b2f585ef16f5b..a809031d9c16dd141439f5c5a448ec7b23d42ec9:/tools/internal/indent diff --git a/tools/internal/indent b/tools/internal/indent index f9f914a61e..944a9124df 100755 --- a/tools/internal/indent +++ b/tools/internal/indent @@ -1,6 +1,6 @@ -#!/bin/bash +#!/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,8 +8,8 @@ declare -a OPTIONS OPTIONS=( - -kr # Use Kernighan & Ritchie coding style. - -l80 # Set maximum line length for non-comment lines to 80. + -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. -lps # Leave space between ‘#’ and preprocessor directive.