Changed tabs to spaces in dbusers.c

Some tabs were missed when formatting dbuser.c
This commit is contained in:
Markus Makela
2015-11-30 12:29:49 +02:00
parent 275580d6a8
commit 73e2d9950c

View File

@ -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)