chiark / gitweb /
[PATCH] move assignments past local variables
authorpatmans@us.ibm.com <patmans@us.ibm.com>
Sat, 16 Oct 2004 01:18:54 +0000 (18:18 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:02:44 +0000 (22:02 -0700)
commit92307b9e7bb08e1086d213617df3552e3ff53d75
tree7e0214675399ebba858705d426d3be78b3543a57
parent31a6e02871315a298b906b0915c779369dcf3f62
[PATCH] move assignments past local variables

I'm using an older C compiler, and it doesn't like assignments mixed with
declarations, but this is also a style cleanup.
udev.c