Skip to content

Commit

Permalink
add vim modelines
Browse files Browse the repository at this point in the history
  • Loading branch information
anbe42 authored and scaronni committed Feb 14, 2025
1 parent b91c73d commit bd0ec4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dkms.in
Original file line number Diff line number Diff line change
Expand Up @@ -3055,3 +3055,5 @@ case "$action" in
show_usage
;;
esac

# vim: et:ts=4:sw=4
2 changes: 2 additions & 0 deletions dkms_common.postinst.in
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,5 @@ for KERNEL in $KERNELS; do
dkms install -m $NAME -v $VERSION -k $KERNEL $ARCH
fi
done

# vim: et:ts=4:sw=4
2 changes: 2 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3756,3 +3756,5 @@ echo 'Checking that the environment is clean again'
check_no_dkms_test

echo '*** All tests successful :)'

# vim: et:ts=4:sw=4

0 comments on commit bd0ec4b

Please sign in to comment.