Merge pull request #281 from gedankenexperimenter/fmt/indentation

Consistent indentation of kaleidoscope-builder & co
pull/284/head
Jesse Vincent 7 years ago committed by GitHub
commit 9189e6f536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,8 +17,9 @@ for my $path (@paths) {
my ( $key, $val ) = split( /=/, $line, 2 ); my ( $key, $val ) = split( /=/, $line, 2 );
$devices{$path}{$key} = $val; $devices{$path}{$key} = $val;
} }
if (($devices{$path}{'ID_VENDOR_ID'} == $vid) && if ( ( $devices{$path}{'ID_VENDOR_ID'} == $vid )
($devices{$path}{'ID_MODEL_ID'} == $pid) ) { && ( $devices{$path}{'ID_MODEL_ID'} == $pid ) )
{
if ( $devices{$path}{'ID_MM_CANDIDATE'} ) { if ( $devices{$path}{'ID_MM_CANDIDATE'} ) {
warn "Yikes. ModemManager wants to pwn your keyboard"; warn "Yikes. ModemManager wants to pwn your keyboard";

@ -1,3 +1,5 @@
# -*- shell-script -*-
## NEEDS: LIBRARY, SKETCH, ROOT, SOURCEDIR ## NEEDS: LIBRARY, SKETCH, ROOT, SOURCEDIR
## Should be included when the current directory is the dir of the Sketch. ## Should be included when the current directory is the dir of the Sketch.

Loading…
Cancel
Save