mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue