Stylistic tweaks

Move opening braces of functions from the last column to column 0.

MFC after:	18 days
MFC with:	r319339
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-06-03 17:56:31 +00:00
parent d118a00f3c
commit 5f0aff893e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319543

View File

@ -27,10 +27,12 @@
atf_test_case seek_overflow
seek_overflow_head() {
seek_overflow_head()
{
atf_set "descr" "dd(1) should reject too-large seek values"
}
seek_overflow_body() {
seek_overflow_body()
{
touch f.in
# Positive tests
seek=`echo "2^63 / 4096 - 1" | bc`