Skip to content

Commit 81e273e

Browse files
committed
style: whitespace autoformat
1 parent 48156b3 commit 81e273e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JobQueue.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bool sendJobToMainLoop(PyObject *pyFunc) {
114114

115115
PyGILState_Release(gstate);
116116
return true;
117-
}
117+
}
118118

119119
void JobQueue::queueFinalizationRegistryCallback(JSFunction *callback) {
120120
mozilla::Unused << finalizationRegistryCallbacks->append(callback);

src/internalBinding/utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file utils.cc
33
* @author Tom Tang ([email protected])
44
* @brief Implement functions in `internalBinding("utils")`
5-
*
5+
*
66
* @copyright Copyright (c) 2023 Distributive Corp.
77
*/
88

0 commit comments

Comments
 (0)