From 917d9a53355f78d9aad5ec0f876431317216b0d9 Mon Sep 17 00:00:00 2001 From: ephphatha Date: Thu, 25 Nov 2021 20:49:41 +1100 Subject: [PATCH] Add comments so clang-format doesn't complain about eol space --- Source/pack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/pack.h b/Source/pack.h index 637e6bbe1..07f176f2a 100644 --- a/Source/pack.h +++ b/Source/pack.h @@ -85,9 +85,9 @@ bool UnPackPlayer(const PlayerPack *pPack, Player &player, bool netSync); /** * @brief Save the attributes needed to recreate this item into an ItemPack struct * - * @param packedItem - * @param item -*/ + * @param packedItem The destination packed struct + * @param item The source item + */ void PackItem(ItemPack &packedItem, const Item &item); /**