1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Run entire source base through GNU indent to tidy up the varying

coding styles of the various contributors! Woohoo!

[originally from svn r1098]
This commit is contained in:
Simon Tatham
2001-05-06 14:35:20 +00:00
parent 93101b5a71
commit 3730ada5ce
52 changed files with 15112 additions and 12426 deletions

View File

@ -17,14 +17,18 @@ struct backend_list backends[] = {
/*
* Stub implementations of functions not used in non-ssh versions.
*/
void random_save_seed(void) {
void random_save_seed(void)
{
}
void random_destroy_seed(void) {
void random_destroy_seed(void)
{
}
void noise_ultralight(DWORD data) {
void noise_ultralight(DWORD data)
{
}
void noise_regular(void) {
void noise_regular(void)
{
}