*: 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

@@ -636,5 +636,3 @@ static inline int tid_geq(tid_t x, tid_t y)
int difference = (x - y);
return (difference >= 0);
}