limit line length to 79 characters

This commit is contained in:
josch
2014-09-25 19:38:48 +02:00
parent 32fcb30572
commit dcce69e66d
13 changed files with 29 additions and 15 deletions

View File

@@ -57,7 +57,8 @@ mfconn_api_folder_get_info(mfconn * conn, mffolder * folder,
} else {
api_call = mfconn_create_signed_get(conn, 0, "folder/get_info.php",
"?folder_key=%s"
"&response_format=json", folderkey);
"&response_format=json",
folderkey);
}
http = http_create();

View File

@@ -60,7 +60,8 @@ mfconn_api_user_get_session_token(mfconn * conn, const char *server,
// create user signature
user_signature =
mfconn_create_user_signature(conn, username, password, app_id, app_key);
mfconn_create_user_signature(conn, username, password, app_id,
app_key);
post_args = strdup_printf("email=%s"
"&password=%s"