Staging: vc04_services: Fix the "wrong indent" code style errors

Fixes the following code style errors:

ERROR: code indent should use tabs where possible

Signed-off-by: Mandel Benjamin <benyx.mandel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Mandel Benjamin 2017-02-15 06:39:52 +09:00 committed by Greg Kroah-Hartman
parent 66812da3a6
commit 6b0d6284d9

View file

@ -121,8 +121,8 @@ typedef enum {
//Callback used by all services / bulk transfers
typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param
VCHI_CALLBACK_REASON_T reason,
void *handle ); //for transmitting msg's only
VCHI_CALLBACK_REASON_T reason,
void *handle ); //for transmitting msg's only