Add some missing new lines at the end of files.

This commit is contained in:
levlam 2021-12-27 14:03:50 +03:00
parent b4925dc4d2
commit 26d2ee649d
11 changed files with 11 additions and 11 deletions

View File

@ -598,4 +598,4 @@ public final class Example {
}
}
}
}
}

View File

@ -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)]
[assembly: ComVisible(false)]

View File

@ -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
} // namespace td

View File

@ -28,4 +28,4 @@ struct MessageLinkInfo {
bool for_comment = false;
};
} // namespace td
} // namespace td

View File

@ -237,4 +237,4 @@ StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo
}
}
} // namespace td
} // namespace td

View File

@ -65,4 +65,4 @@ struct MessageReplyInfo {
StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo &reply_info);
} // namespace td
} // namespace td

View File

@ -100,4 +100,4 @@ void MessageReplyInfo::parse(ParserT &parser) {
}
}
} // namespace td
} // namespace td

View File

@ -19,4 +19,4 @@ struct MessageThreadInfo {
int32 unread_message_count = 0;
};
} // namespace td
} // namespace td

View File

@ -55,4 +55,4 @@ Result<NewPasswordState> get_new_password_state(tl_object_ptr<telegram_api::Pass
return state;
}
} // namespace td
} // namespace td

View File

@ -24,4 +24,4 @@ struct NewPasswordState {
Result<NewPasswordState> get_new_password_state(tl_object_ptr<telegram_api::PasswordKdfAlgo> new_algo,
tl_object_ptr<telegram_api::SecurePasswordKdfAlgo> new_secure_algo);
} // namespace td
} // namespace td

View File

@ -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
#endif