From 1157137f8fa932c7b46009cf43171642697b2e92 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Thu, 20 Oct 2016 02:18:02 -0700 Subject: [PATCH] conn.h: fix ascii art --- sys/include/net/conn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/net/conn.h b/sys/include/net/conn.h index 2e140eb225..b6b96c39dc 100644 --- a/sys/include/net/conn.h +++ b/sys/include/net/conn.h @@ -15,6 +15,7 @@ * About * ===== * + * ~~~~~~~~~~~~~~~~~~~~~ * +---------------+ * | Application | * +---------------+ @@ -28,6 +29,7 @@ * +---------------+ * | Network Stack | * +---------------+ + * ~~~~~~~~~~~~~~~~~~~~~ * * This module provides a minimal set of functions to establish a connection using * different types of connections. Together, they serve as a common API