mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix indentation
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
#include "../utils/http.h"
|
||||
|
||||
#define X_LINK_TYPE(a,b,c) c,
|
||||
const char *link_types[]={
|
||||
const char *link_types[] = {
|
||||
#include "link_type.def"
|
||||
NULL
|
||||
NULL
|
||||
};
|
||||
#undef X_LINK_TYPE
|
||||
|
||||
#undef X_LINK_TYPE
|
||||
|
||||
int mfapi_check_response(json_t * response, const char *apicall)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user