Formatting.

This commit is contained in:
Håvard Pettersson 2014-11-22 22:31:32 +01:00
parent 5ff27aeebe
commit df758124dd
2 changed files with 4 additions and 10 deletions

View file

@ -319,8 +319,7 @@ twc_sqlite_friend_requests(struct t_twc_profile *profile)
}
struct t_twc_friend_request *
twc_sqlite_friend_request_with_id(struct t_twc_profile *profile,
int64_t id)
twc_sqlite_friend_request_with_id(struct t_twc_profile *profile, int64_t id)
{
int64_t profile_id;
if (!twc_sqlite_profile_id(profile, &profile_id))