1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fix indentation.

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 19:38:00 +00:00
parent 7fd69a8064
commit b2bf0c7f48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115513

View File

@ -3057,7 +3057,7 @@ trm_initSRB(PACB pACB)
}
pSRB->TagNumber = i;
}
return (0);
return (0);
}