2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

code: Remove trailing whitespaces over .c and .h files

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-08-11 21:34:35 +04:00
parent 796d4ceb95
commit 9efd12f2c7
4 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ typedef struct {
#define _KNSIG 64
# define _NSIG_BPW 64
#define _KNSIG_WORDS (_KNSIG / _NSIG_BPW)
#define _KNSIG_WORDS (_KNSIG / _NSIG_BPW)
typedef struct {
unsigned long sig[_KNSIG_WORDS];