summaryrefslogtreecommitdiff
path: root/kernel/halts.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/halts.c')
-rw-r--r--kernel/halts.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/halts.c b/kernel/halts.c
index 821299d..b70a4ef 100644
--- a/kernel/halts.c
+++ b/kernel/halts.c
@@ -61,7 +61,9 @@ int create_write_fdhalt(vfs_fd_t *fd) {
return create_write_inode_halt(fd->inode);
}
-void unset_read_fdhalt(int i) { get_current_task()->read_halt_inode[i] = NULL; }
+void unset_read_fdhalt(int i) {
+ get_current_task()->read_halt_inode[i] = NULL;
+}
void unset_write_fdhalt(int i) {
get_current_task()->write_halt_inode[i] = NULL;