fix indentation

This commit is contained in:
josch
2014-12-28 09:40:52 +01:00
parent b83eb74551
commit 0bd253bf28
9 changed files with 23 additions and 33 deletions

View File

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