~strahinja/poe

10e6dccd3e2ae4a7690d8e4b9a23d06b270f4b11 — Страхиња Радић 1 year, 1 month ago 4c25f8d
po.c,poe.c: Reformat with clang-format

Signed-off-by: Страхиња Радић <contact@strahinja.org>
2 files changed, 3 insertions(+), 3 deletions(-)

M po.c
M poe.c
M po.c => po.c +2 -2
@@ 410,7 410,7 @@ load_file(struct DrawState* dstate, long* lineno, long* col)
	struct PoEntry* current	 = NULL;
	ParseState pstate	 = PS_NONE;
#ifndef PLURAL_STRING
	int has_plural_msgid	 = 0;
	int has_plural_msgid = 0;
#endif

	dstate->msgid_size = 0;


@@ 775,7 775,7 @@ save_obsolete_check:
			const uint32_t* pumsgstr = *current->msgstr;
			int seen_generator	 = 0;
#ifdef PLURAL_STRING
			int seen_plural_forms	 = 0;
			int seen_plural_forms = 0;
#endif
			char now[MAXDATEBUF];
			time_t t	  = time(NULL);

M poe.c => poe.c +1 -1
@@ 2066,7 2066,7 @@ main(int argc, char** argv)
	if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))
	{
		printf("Usage: %s [-h|--help] [-v|--version] "
			"[-V|--full-version] [filename.po]\n",
		       "[-V|--full-version] [filename.po]\n",
			program_name);
		return 0;
	}