diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-30 10:21:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 10:21:49 -0700 |
commit | 0ebf04a021c633cd6a3cdd76514aa728dc253714 (patch) | |
tree | b86627d08282e9fd6a7688e97c63dd503cd40cdc /launcher | |
parent | 7f438425aa84db51211123b47622a828be0aeb96 (diff) | |
download | PrismLauncher-0ebf04a021c633cd6a3cdd76514aa728dc253714.tar.gz PrismLauncher-0ebf04a021c633cd6a3cdd76514aa728dc253714.tar.bz2 PrismLauncher-0ebf04a021c633cd6a3cdd76514aa728dc253714.zip |
fix newlines
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/minecraft/mod/tasks/LocalResourceParse.cpp | 2 | ||||
-rw-r--r-- | launcher/minecraft/mod/tasks/LocalResourceParse.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/mod/tasks/LocalResourceParse.cpp b/launcher/minecraft/mod/tasks/LocalResourceParse.cpp index 244b2f54..19ddc899 100644 --- a/launcher/minecraft/mod/tasks/LocalResourceParse.cpp +++ b/launcher/minecraft/mod/tasks/LocalResourceParse.cpp @@ -57,4 +57,4 @@ PackedResourceType identify(QFileInfo file){ } return PackedResourceType::UNKNOWN; } -}
\ No newline at end of file +} diff --git a/launcher/minecraft/mod/tasks/LocalResourceParse.h b/launcher/minecraft/mod/tasks/LocalResourceParse.h index b3e2829d..b07a874c 100644 --- a/launcher/minecraft/mod/tasks/LocalResourceParse.h +++ b/launcher/minecraft/mod/tasks/LocalResourceParse.h @@ -28,4 +28,4 @@ enum class PackedResourceType { DataPack, ResourcePack, TexturePack, ShaderPack, WorldSave, Mod, UNKNOWN }; namespace ResourceUtils { PackedResourceType identify(QFileInfo file); -} // namespace ResourceUtils
\ No newline at end of file +} // namespace ResourceUtils |