aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-14 15:30:22 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-14 15:30:22 +0200
commit11d4a9262ecaa7b29b1b549c324c4806591eb8b2 (patch)
tree67823182c51d0db6923bd3ec975e098bf172110a /src/gns/gnunet-service-gns_resolver.c
parent5bb2565bab0b8fa8cac263b9fb70edf3ae2278d9 (diff)
downloadgnunet-11d4a9262ecaa7b29b1b549c324c4806591eb8b2.tar.gz
gnunet-11d4a9262ecaa7b29b1b549c324c4806591eb8b2.zip
whitespace
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 67960ef97..57dca9ae2 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
@@ -375,7 +375,7 @@ struct GNS_ResolverHandle
375 * and thus can deduct the LEHO from that transition. 375 * and thus can deduct the LEHO from that transition.
376 */ 376 */
377 char *leho; 377 char *leho;
378 378
379 /** 379 /**
380 * DLL of results we got from DNS. 380 * DLL of results we got from DNS.
381 */ 381 */
@@ -2409,7 +2409,7 @@ handle_dht_response (void *cls,
2409 co); 2409 co);
2410 GNUNET_CONTAINER_DLL_insert (co_head, 2410 GNUNET_CONTAINER_DLL_insert (co_head,
2411 co_tail, 2411 co_tail,
2412 co); 2412 co);
2413} 2413}
2414 2414
2415 2415