afb-apiset: Fix start of apis
[src/app-framework-binder.git] / src / afb-ws-client.c
index a0c37f3..04458e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2016-2019 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -499,6 +499,7 @@ static int get_socket(const char *uri)
        }
        return fd;
 }
+
 /*
  * Establish a websocket-like client connection to the API of 'uri' and if successful
  * instantiate a client afb_proto_ws websocket for this API using 'itf' and 'closure'.