]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_nossh.c
Run entire source base through GNU indent to tidy up the varying
[PuTTY.git] / be_nossh.c
index 54e0d4278d647c6130e165f4028b00fdaaaa38a7..76355cba0b1a4f3e187ef6270a9dc693589302b0 100644 (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)
+{
 }