提交 cd639ec5 编写于 作者: P Peter Krempa

driver: Clean up driver header to space indentation

上级 ec83c716
...@@ -864,7 +864,7 @@ typedef char * ...@@ -864,7 +864,7 @@ typedef char *
*/ */
struct _virDriver { struct _virDriver {
int no; /* the number virDrvNo */ int no; /* the number virDrvNo */
const char * name; /* the name of the driver */ const char *name; /* the name of the driver */
virDrvOpen open; virDrvOpen open;
virDrvClose close; virDrvClose close;
virDrvDrvSupportsFeature supports_feature; virDrvDrvSupportsFeature supports_feature;
...@@ -1074,9 +1074,9 @@ typedef int ...@@ -1074,9 +1074,9 @@ typedef int
int autostart); int autostart);
typedef int typedef int
(*virDrvNetworkIsActive)(virNetworkPtr net); (*virDrvNetworkIsActive) (virNetworkPtr net);
typedef int typedef int
(*virDrvNetworkIsPersistent)(virNetworkPtr net); (*virDrvNetworkIsPersistent) (virNetworkPtr net);
...@@ -1154,7 +1154,7 @@ typedef int ...@@ -1154,7 +1154,7 @@ typedef int
unsigned int flags); unsigned int flags);
typedef int typedef int
(*virDrvInterfaceIsActive)(virInterfacePtr iface); (*virDrvInterfaceIsActive) (virInterfacePtr iface);
typedef int typedef int
(*virDrvInterfaceChangeBegin) (virConnectPtr conn, (*virDrvInterfaceChangeBegin) (virConnectPtr conn,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册