ObjFW  Check-in [b186e992ae]

Overview
Comment:ofarc: Fix wrong indentation

This triggered a warning in Clang 10.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b186e992ae7c18025b29654f2066312e562daf4d54174c6ee453b9b76cc2dd88
User & Date: js on 2020-04-12 12:55:34
Other Links: manifest | tags
Context
2020-04-12
15:39
OFLocale: Add a stack machine for plurals check-in: 411b99fea8 user: js tags: trunk
12:55
ofarc: Fix wrong indentation check-in: b186e992ae user: js tags: trunk
12:52
Work around broken -Wdocumentation in Clang 10 check-in: d35b4e3a85 user: js tags: trunk
Changes

Modified utils/ofarc/OFArc.m from [6a13a0e812] to [b07849fddc].

670
671
672
673
674
675
676

677

678
679
680
681
682
683
684
670
671
672
673
674
675
676
677

678
679
680
681
682
683
684
685







+
-
+







		_overwrite = -1;

	if ([line isEqual: @"n"] || [line isEqual: @"N"]) {
		if (_outputLevel >= 0)
			[of_stdout writeLine: OF_LOCALIZED(@"skipping_file",
			    @"Skipping %[file]...",
			    @"file", fileName)];

			return false;
		return false;
	}

	if (_outputLevel >= 0)
		[of_stdout writeString: OF_LOCALIZED(@"extracting_file",
		    @"Extracting %[file]...",
		    @"file", fileName)];