Commit Graph

5 Commits

Author SHA1 Message Date
Lukas Bulwahn 53796fc4b1 making layout indentation use 4 spaces
The description is not indented after line breaks. All other
information, i.e., the dependencies and SRCURI, are indented with
four spaces after line breaks. Shell scripts are indented with
multiples of four spaces.

In recipes-ros, I located and checked for tabulators and spacing
with these bash commands:

egrep '^ [^ ]+' . --exclude *.patch -R
egrep '^  [^ ]+' . --exclude *.patch -R
egrep '^   [^ ]+' . --exclude *.patch -R
egrep '^    [ ]+[^ ]+' . --exclude *.patch -R

While going through the recipes and manually improving the layout,
I also adjusted the descriptions to use maximal 100 characters
per line.
2014-08-19 09:09:47 +02:00
Lukas Bulwahn ffb8897a66 laser-geometry: updating to 1.5.16 2014-06-23 09:26:23 +02:00
Lukas Bulwahn a04dfd16f9 laser-geometry: updating to 1.5.15 2014-03-03 08:12:12 +01:00
Lukas Bulwahn b8beeb578c laser-geometry: updating to 1.5.14
The patch to check for CATKIN_ENABLE_TESTING has been included in
version 1.5.14.
2013-11-06 08:19:29 +01:00
Lukas Bulwahn ff6df84853 laser-geometry: initial commit 2013-10-15 08:42:04 +02:00