aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/transport/transport.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 4d1d370d9..a694d86e5 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -319,7 +319,7 @@ struct AddressLookupMessage
319 uint32_t addrlen GNUNET_PACKED; 319 uint32_t addrlen GNUNET_PACKED;
320 320
321 /* followed by 'addrlen' bytes of the actual address, then 321 /* followed by 'addrlen' bytes of the actual address, then
322 followed by the 0-terminated name of the transport */ 322 * followed by the 0-terminated name of the transport */
323}; 323};
324 324
325 325