mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 22:15:20 +00:00
driver: Clean up driver header to space indentation
This commit is contained in:
parent
ec83c7163e
commit
cd639ec5ff
@ -864,7 +864,7 @@ typedef char *
|
||||
*/
|
||||
struct _virDriver {
|
||||
int no; /* the number virDrvNo */
|
||||
const char * name; /* the name of the driver */
|
||||
const char *name; /* the name of the driver */
|
||||
virDrvOpen open;
|
||||
virDrvClose close;
|
||||
virDrvDrvSupportsFeature supports_feature;
|
||||
@ -1074,9 +1074,9 @@ typedef int
|
||||
int autostart);
|
||||
|
||||
typedef int
|
||||
(*virDrvNetworkIsActive)(virNetworkPtr net);
|
||||
(*virDrvNetworkIsActive) (virNetworkPtr net);
|
||||
typedef int
|
||||
(*virDrvNetworkIsPersistent)(virNetworkPtr net);
|
||||
(*virDrvNetworkIsPersistent) (virNetworkPtr net);
|
||||
|
||||
|
||||
|
||||
@ -1154,7 +1154,7 @@ typedef int
|
||||
unsigned int flags);
|
||||
|
||||
typedef int
|
||||
(*virDrvInterfaceIsActive)(virInterfacePtr iface);
|
||||
(*virDrvInterfaceIsActive) (virInterfacePtr iface);
|
||||
|
||||
typedef int
|
||||
(*virDrvInterfaceChangeBegin) (virConnectPtr conn,
|
||||
|
Loading…
x
Reference in New Issue
Block a user