whitespace
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Aug 2018 13:30:22 +0000 (15:30 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Aug 2018 13:30:22 +0000 (15:30 +0200)
src/gns/gnunet-service-gns_resolver.c

index 67960ef97d98cd1b17bacb7275a7eb3ceb2f0bb1..57dca9ae230cb40de4373438763b950c9d0ec52b 100644 (file)
@@ -11,7 +11,7 @@
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -375,7 +375,7 @@ struct GNS_ResolverHandle
    * and thus can deduct the LEHO from that transition.
    */
   char *leho;
-  
+
   /**
    * DLL of results we got from DNS.
    */
@@ -2409,7 +2409,7 @@ handle_dht_response (void *cls,
                                                         co);
   GNUNET_CONTAINER_DLL_insert (co_head,
                               co_tail,
-                              co);  
+                              co);
 }