From d59b5441ef7552889b6e64c677086caeaefaaf3e Mon Sep 17 00:00:00 2001 From: win7-7 Date: Tue, 30 Apr 2019 02:40:55 +0300 Subject: tab to spaces js/ipc --- js/ipc/JavaScriptShared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/ipc/JavaScriptShared.h') diff --git a/js/ipc/JavaScriptShared.h b/js/ipc/JavaScriptShared.h index 5aff470cc..5ecec7429 100644 --- a/js/ipc/JavaScriptShared.h +++ b/js/ipc/JavaScriptShared.h @@ -96,7 +96,7 @@ class IdToObjectMap bool add(ObjectId id, JSObject* obj); JSObject* find(ObjectId id); - JSObject* findPreserveColor(ObjectId id); + JSObject* findPreserveColor(ObjectId id); void remove(ObjectId id); void clear(); -- cgit v1.2.3