aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_wlan_dummy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 11:59:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 11:59:46 +0000
commit1fe79fd553e21a20206301c18568d30158c9dd46 (patch)
tree3db4e42adb872d1e8aa792643c341a14b2959736 /src/transport/test_plugin_transport_wlan_dummy.c
parentf709218364f7d40e5a13938886514e866602715d (diff)
downloadgnunet-1fe79fd553e21a20206301c18568d30158c9dd46.tar.gz
gnunet-1fe79fd553e21a20206301c18568d30158c9dd46.zip
indentation
Diffstat (limited to 'src/transport/test_plugin_transport_wlan_dummy.c')
-rw-r--r--src/transport/test_plugin_transport_wlan_dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_wlan_dummy.c b/src/transport/test_plugin_transport_wlan_dummy.c
index 077fdac29..c8d9ea21b 100644
--- a/src/transport/test_plugin_transport_wlan_dummy.c
+++ b/src/transport/test_plugin_transport_wlan_dummy.c
@@ -163,13 +163,13 @@ testmode (int argc, char *argv[])
163 erg = mkfifo (FIFO_FILE1, 0666); 163 erg = mkfifo (FIFO_FILE1, 0666);
164 if (0 != erg) 164 if (0 != erg)
165 { 165 {
166 fprintf (stderr, "Error at mkfifo1: %s\n", strerror(errno)); 166 fprintf (stderr, "Error at mkfifo1: %s\n", strerror (errno));
167 //exit(1); 167 //exit(1);
168 } 168 }
169 erg = mkfifo (FIFO_FILE2, 0666); 169 erg = mkfifo (FIFO_FILE2, 0666);
170 if (0 != erg) 170 if (0 != erg)
171 { 171 {
172 fprintf (stderr, "Error at mkfifo2: %s\n", strerror(errno)); 172 fprintf (stderr, "Error at mkfifo2: %s\n", strerror (errno));
173 //exit(1); 173 //exit(1);
174 } 174 }
175 175