*: trailing empty lines removed

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-07-26 01:49:12 +02:00
parent 0f8960542f
commit ba2dcccd79
42 changed files with 15 additions and 46 deletions

View File

@@ -126,4 +126,3 @@ int FAST_FUNC ll_proto_a2n(unsigned short *id, char *buf)
*id = htons(i);
return 0;
}