Skip to content

Commit f5b45b6

Browse files
committed
Fix indentation
Signed-off-by: Jonathan Schwender <[email protected]>
1 parent d19dabc commit f5b45b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mozjs-sys/etc/patches/0036-Redirect_errors_to_hilog_on_OpenHarmony.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ index 52bd6abc5..781402d56 100644
191191
} \
192192
PR_END_MACRO
193193
+#elif defined(XP_OHOS)
194-
+#define _PUT_LOG(fd, buf, nb) \
194+
+# define _PUT_LOG(fd, buf, nb) \
195195
+ PR_BEGIN_MACRO \
196196
+ if (fd == _pr_stderr) { \
197197
+ char savebyte = buf[nb]; \

mozjs-sys/mozjs/nsprpub/pr/src/io/prlog.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)