security: Fix header formatting of a few functions

Some of the functions in the storage driver had their headers formatted
incorrectly.
This commit is contained in:
Peter Krempa 2014-06-23 15:38:24 +02:00
parent 8b641f44fc
commit 9e1b2cff8e
3 changed files with 9 additions and 10 deletions

View File

@ -119,8 +119,7 @@ int virSecurityManagerSetTapFDLabel(virSecurityManagerPtr mgr,
int fd);
char *virSecurityManagerGetMountOptions(virSecurityManagerPtr mgr,
virDomainDefPtr vm);
virSecurityManagerPtr*
virSecurityManagerGetNested(virSecurityManagerPtr mgr);
virSecurityManagerPtr* virSecurityManagerGetNested(virSecurityManagerPtr mgr);
int virSecurityManagerSetHugepages(virSecurityManagerPtr mgr,
virDomainDefPtr sec,
const char *hugepages_path);