]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/pickup.qc
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / pickup.qc
index fc958709e87d66af6eb50b958ce71ab8ef8f11b2..d6ccc4427f88d64ed3fbb82e99826008484e8a10 100644 (file)
@@ -1,7 +1,8 @@
 #include "pickup.qh"
 
 #ifdef SVQC
-bool ITEM_HANDLE(Pickup, entity this, entity item, entity player) {
-    return this.giveTo(this, item, player);
+bool ITEM_HANDLE(Pickup, entity this, entity item, entity player)
+{
+       return this.giveTo(this, item, player);
 }
 #endif