Update config.cmake
[apps/agl-service-unicens.git] / README.md
index b74a633..0f0cffa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,7 +98,6 @@ Warning: technically AGL bindings are shared libraries loaded thought 'dlopen'.
 loaded libraries, but user should be warn that the actual path to sharelib symbols is directly inherited from DLOPEN.
 As a result if you change your directory after binder start with --workdir=xxx then GDB will not find symbols anymore
 
-
 ```
     Examples:
 
@@ -128,7 +127,6 @@ from the wrong relative directory, either you have to use 'set solib-search-path
     info sharedlibrary afb-*
 ```
 
-
 # Running an debugging on a target
 
 ```