Add some missing new lines at the end of files.
This commit is contained in:
parent
b4925dc4d2
commit
26d2ee649d
@ -598,4 +598,4 @@ public final class Example {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,4 +26,4 @@ using System.Runtime.InteropServices;
|
|||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
@ -70,4 +70,4 @@ inline StringBuilder &operator<<(StringBuilder &sb, const EncryptedFile &file) {
|
|||||||
<< tag("dc_id", file.dc_id_) << tag("key_fingerprint", file.key_fingerprint_) << "]";
|
<< tag("dc_id", file.dc_id_) << tag("key_fingerprint", file.key_fingerprint_) << "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -28,4 +28,4 @@ struct MessageLinkInfo {
|
|||||||
bool for_comment = false;
|
bool for_comment = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -237,4 +237,4 @@ StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -65,4 +65,4 @@ struct MessageReplyInfo {
|
|||||||
|
|
||||||
StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo &reply_info);
|
StringBuilder &operator<<(StringBuilder &string_builder, const MessageReplyInfo &reply_info);
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -100,4 +100,4 @@ void MessageReplyInfo::parse(ParserT &parser) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -19,4 +19,4 @@ struct MessageThreadInfo {
|
|||||||
int32 unread_message_count = 0;
|
int32 unread_message_count = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -55,4 +55,4 @@ Result<NewPasswordState> get_new_password_state(tl_object_ptr<telegram_api::Pass
|
|||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -24,4 +24,4 @@ struct NewPasswordState {
|
|||||||
Result<NewPasswordState> get_new_password_state(tl_object_ptr<telegram_api::PasswordKdfAlgo> new_algo,
|
Result<NewPasswordState> get_new_password_state(tl_object_ptr<telegram_api::PasswordKdfAlgo> new_algo,
|
||||||
tl_object_ptr<telegram_api::SecurePasswordKdfAlgo> new_secure_algo);
|
tl_object_ptr<telegram_api::SecurePasswordKdfAlgo> new_secure_algo);
|
||||||
|
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
@ -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"
|
#warning "Probably unsupported compiler. Feel free to try to compile"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user