Skip to content

Commit 81e2a9c

Browse files
authored
Fix formatting of variable declarations in xml_reader_libltfs.c
1 parent 1fb7303 commit 81e2a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libltfs/xml_reader_libltfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static int _xml_parse_nametype(xmlTextReaderPtr reader, struct ltfs_name *n, boo
213213
static int _xml_parse_nametype_allow_zero_length(xmlTextReaderPtr reader, struct ltfs_name *n, bool target)
214214
{
215215
const char name[] = "nametype", *value;
216-
char *decoded_name=NULL, *encoded_name=NULL, *encode=NULL;
216+
char *decoded_name = NULL, *encoded_name = NULL, *encode = NULL;
217217
int empty, ret = -1;
218218

219219
encode = (char *)xmlTextReaderGetAttribute(reader, BAD_CAST "percentencoded");

0 commit comments

Comments
 (0)