indenting

This commit is contained in:
Christian Grothoff 2015-09-21 10:59:48 +02:00
parent a9f01707ad
commit 70c28e53d0

View File

@ -990,7 +990,7 @@ postgres_get_session (void *cls,
PQstatus (db_conn))
{
TALER_LOG_ERROR ("Database connection failed: %s\n",
PQerrorMessage (db_conn));
PQerrorMessage (db_conn));
GNUNET_break (0);
return NULL;
}