dtrace: Make D style more D-ish

This commit is contained in:
isaacs 2013-01-07 12:20:21 -08:00
parent f9afb3f010
commit 38df9d51a2

View File

@ -608,3 +608,5 @@ dtrace:helper:ustack:
this->done = 1; this->done = 1;
stringof(this->buf); stringof(this->buf);
} }
/* vim: set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */