Clean up file type verification logic a bit
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 3 May 2011 12:02:42 +0000 (15:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 3 May 2011 12:02:42 +0000 (15:02 +0300)
commit469b10d1d2d9819e0793fac7f84ae2cfa75135d9
tree71e88521bfd66ead032bc777baa1ab0f16412b78
parenta039c48f95ebd30ab6674c47c2c96460a32774aa
Clean up file type verification logic a bit
- Non-regular files mostly share the same unverifiable properties,
  no point in listing all the cases separately. Links are a notable
  exception in that they're different from everything else, handle
  that separately.
- Also clean up other formatting: wrap lines at a better point +
  avoid multiline-comments when single line suffices.
lib/verify.c