diff --git a/README_SETUP.md b/README_SETUP.md index 89075cf7fc07b05983fb950bc32760d2e783f95b..0a569eed403a79dd7c8163971c7a6972b65df192 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -78,9 +78,11 @@ You can use a json file for the configuration of the client. See `test/test_data/test_caosdb_client.json` for an example. You may use `caosdb-client-configuration-schema.json` to validate your schema. -The client will load the configuration file from the first existing file in the following locations (predendence from highest to lowest): +The client will load the configuration file from the first existing +file in the following locations (precendence from highest to lowest): -1. A file specified by the environment variable `$CAOSDB_CLIENT_CONFIGURATION`. +1. A file specified by the environment variable + `$CAOSDB_CLIENT_CONFIGURATION`. 2. `$PWD/caosdb_client.json` 3. `$PWD/caosdb-client.json` 4. `$PWD/.caosdb_client.json` diff --git a/src/ccaosdbcli.c b/src/ccaosdbcli.c index df27abeb627984a584abf8edd22768a3d2988bad..eaadc3c5822b1306140f530dddc7c4a49981e388 100644 --- a/src/ccaosdbcli.c +++ b/src/ccaosdbcli.c @@ -1,6 +1,6 @@ -#include <stdio.h> // for printf -#include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER... -#include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne... +#include <stdio.h> // for printf +#include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER... +#include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne... int main(void) { printf(