diff --git a/example/java/org/drinkless/tdlib/example/Example.java b/example/java/org/drinkless/tdlib/example/Example.java index 993c834a2..8af72fdca 100644 --- a/example/java/org/drinkless/tdlib/example/Example.java +++ b/example/java/org/drinkless/tdlib/example/Example.java @@ -598,4 +598,4 @@ public final class Example { } } } -} \ No newline at end of file +} diff --git a/example/uwp/app/Properties/AssemblyInfo.cs b/example/uwp/app/Properties/AssemblyInfo.cs index 88081c3fd..4d1475ded 100644 --- a/example/uwp/app/Properties/AssemblyInfo.cs +++ b/example/uwp/app/Properties/AssemblyInfo.cs @@ -26,4 +26,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file +[assembly: ComVisible(false)] diff --git a/td/telegram/EncryptedFile.h b/td/telegram/EncryptedFile.h index dda1cf4e9..d2fbe7649 100644 --- a/td/telegram/EncryptedFile.h +++ b/td/telegram/EncryptedFile.h @@ -70,4 +70,4 @@ inline StringBuilder &operator<<(StringBuilder &sb, const EncryptedFile &file) { << tag("dc_id", file.dc_id_) << tag("key_fingerprint", file.key_fingerprint_) << "]"; } -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/MessageLinkInfo.h b/td/telegram/MessageLinkInfo.h index 65c70c46e..353ea0701 100644 --- a/td/telegram/MessageLinkInfo.h +++ b/td/telegram/MessageLinkInfo.h @@ -28,4 +28,4 @@ struct MessageLinkInfo { bool for_comment = false; }; -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/MessageReplyInfo.cpp b/td/telegram/MessageReplyInfo.cpp index 9f121dfe9..05d3828bc 100644 --- a/td/telegram/MessageReplyInfo.cpp +++ b/td/telegram/MessageReplyInfo.cpp @@ -237,4 +237,4 @@ StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo } } -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/MessageReplyInfo.h b/td/telegram/MessageReplyInfo.h index 62d572d32..c43c2631c 100644 --- a/td/telegram/MessageReplyInfo.h +++ b/td/telegram/MessageReplyInfo.h @@ -65,4 +65,4 @@ struct MessageReplyInfo { StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo &reply_info); -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/MessageReplyInfo.hpp b/td/telegram/MessageReplyInfo.hpp index 52ff45432..61e50a561 100644 --- a/td/telegram/MessageReplyInfo.hpp +++ b/td/telegram/MessageReplyInfo.hpp @@ -100,4 +100,4 @@ void MessageReplyInfo::parse(ParserT &parser) { } } -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/MessageThreadInfo.h b/td/telegram/MessageThreadInfo.h index 6105ad786..5bb75b199 100644 --- a/td/telegram/MessageThreadInfo.h +++ b/td/telegram/MessageThreadInfo.h @@ -19,4 +19,4 @@ struct MessageThreadInfo { int32 unread_message_count = 0; }; -} // namespace td \ No newline at end of file +} // namespace td diff --git a/td/telegram/NewPasswordState.cpp b/td/telegram/NewPasswordState.cpp index a5df3ff55..84dbc5d0b 100644 --- a/td/telegram/NewPasswordState.cpp +++ b/td/telegram/NewPasswordState.cpp @@ -55,4 +55,4 @@ Result get_new_password_state(tl_object_ptr get_new_password_state(tl_object_ptr new_algo, tl_object_ptr new_secure_algo); -} // namespace td \ No newline at end of file +} // namespace td diff --git a/tdutils/td/utils/port/platform.cpp b/tdutils/td/utils/port/platform.cpp index 993f30e23..18ca11459 100644 --- a/tdutils/td/utils/port/platform.cpp +++ b/tdutils/td/utils/port/platform.cpp @@ -22,4 +22,4 @@ char disable_linker_warning_about_empty_file_platform_cpp TD_UNUSED; #warning "Probably unsupported compiler. Feel free to try to compile" #endif -#endif \ No newline at end of file +#endif