Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
jenkins: try to disable CMAKE_DISABLE_SOURCE_CHANGES=ON on CMake 3.11
[simgrid.git] / tools / internal / indent
index f9f914a..0306103 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
-# Copyright (c) 2011, 2014. The SimGrid Team.
+# Copyright (c) 2011-2018. 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.