Run entire source base through GNU indent to tidy up the varying
[u/mdw/putty] / be_nossh.c
index 54e0d42..76355cb 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)
+{
 }