summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/item.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c
index b46591e3d..3f33f464d 100644
--- a/src/item.c
+++ b/src/item.c
@@ -50,7 +50,8 @@ void ApplyNewEncryptionKeyToBagItems(u32 key)
}
}
-void ApplyNewEncryptionKeyToBagItems_(u32 key) {
+void ApplyNewEncryptionKeyToBagItems_(u32 key)
+{
ApplyNewEncryptionKeyToBagItems(key);
}