Changed tabs to spaces in dbusers.c
Some tabs were missed when formatting dbuser.c
This commit is contained in:
@ -713,7 +713,6 @@ getDatabases(SERVICE *service, MYSQL *con)
|
|||||||
* @param service The current service
|
* @param service The current service
|
||||||
* @param users The users table into which to load the users
|
* @param users The users table into which to load the users
|
||||||
* @return -1 on any error or the number of users inserted
|
* @return -1 on any error or the number of users inserted
|
||||||
* (0 means no users at all)
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
getAllUsers(SERVICE *service, USERS *users)
|
getAllUsers(SERVICE *service, USERS *users)
|
||||||
@ -1243,7 +1242,6 @@ cleanup:
|
|||||||
* @param service The current service
|
* @param service The current service
|
||||||
* @param users The users table into which to load the users
|
* @param users The users table into which to load the users
|
||||||
* @return -1 on any error or the number of users inserted
|
* @return -1 on any error or the number of users inserted
|
||||||
* (0 means no users at all)
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
getUsers(SERVICE *service, USERS *users)
|
getUsers(SERVICE *service, USERS *users)
|
||||||
|
|||||||
Reference in New Issue
Block a user