net: fix coding style nit

Put space between = and - assigning a negative number
to avoid confusion with old-style "-="
(which we also have, and need to be fixed).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Michael S. Tsirkin 2009-09-30 18:56:44 +00:00 committed by Blue Swirl
parent e8bbe36c03
commit acedcfbf7a
1 changed files with 1 additions and 1 deletions