Spaces to tabs.

This commit is contained in:
Michael Drake 2016-01-29 11:29:11 +00:00
parent b3c524cea1
commit b58176c65e

View File

@ -65,7 +65,7 @@ struct box_construct_ctx {
box_construct_complete_cb cb; /**< Callback to invoke on completion */ box_construct_complete_cb cb; /**< Callback to invoke on completion */
int *bctx; /**< talloc context */ int *bctx; /**< talloc context */
}; };
/** /**