Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix java builds after recent API change
[simgrid.git] / tools / internal / indent
index f9f914a..3587410 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright (c) 2011, 2014. The SimGrid Team.
 # All rights reserved.
@@ -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.