Fix indentation.

This commit is contained in:
Jilles Tjoelker 2008-09-09 18:40:57 +02:00
parent 663bbb2836
commit 90b9ef6c6d
1 changed files with 3 additions and 3 deletions

View File

@ -949,9 +949,9 @@ static struct shared_flags shared_flagtable[] =
{ SHARED_UNRESV, 'R' },
{ SHARED_LOCOPS, 'L' },
{ SHARED_REHASH, 'H' },
{ SHARED_TDLINE, 'd' },
{ SHARED_PDLINE, 'D' },
{ SHARED_UNDLINE, 'E' },
{ SHARED_TDLINE, 'd' },
{ SHARED_PDLINE, 'D' },
{ SHARED_UNDLINE, 'E' },
{ 0, '\0'}
};