Skip to content

Commit

Permalink
Missed some formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Dec 14, 2022
1 parent 13566df commit 3f78a69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ struct ICustomModelsComponent : public IComponent
virtual StringView getModelNameFromChecksum(uint32_t checksum) const = 0;
virtual bool isValidCustomModel(int32_t modelId) const = 0;
virtual bool getCustomModelPath(int32_t modelId, StringView& dffPath, StringView& txdPath) const = 0;
};
};
2 changes: 1 addition & 1 deletion SDK/include/network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ struct PeerNetworkData

INetwork* network; ///< The network associated with the peer
NetworkID networkID; ///< The peer's network ID
};
};
2 changes: 1 addition & 1 deletion Server/Components/LegacyNetwork/legacy_network_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,4 @@ struct AnnounceHTTPResponseHandler final : HTTPResponseHandler
}
delete this;
}
};
};
2 changes: 1 addition & 1 deletion Server/Components/Pawn/Scripting/CustomModels/Events.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ struct CustomModelsEvents : public PlayerModelsEventHandler, public Singleton<Cu
}
return !!ret;
}
};
};
2 changes: 1 addition & 1 deletion Server/Components/Pawn/Scripting/Player/Events.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ class PlayerEvents : public PlayerEventHandler, public PlayerUpdateEventHandler,
}
return !!ret;
}
};
};

0 comments on commit 3f78a69

Please sign in to comment.