[Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379)
* Applies to all c/h/y/l/sh files and .editorconfig
This commit is contained in:
parent
a9d1ab006c
commit
d84c529ff1
376 changed files with 38147 additions and 38133 deletions
|
|
@ -1,2 +1,2 @@
|
|||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ Developers may need to change their code
|
|||
|
||||
### Minor features
|
||||
|
||||
* [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379)
|
||||
* Applies to all c/h/y/l/sh files and .editorconfig
|
||||
* Added warning if modstate is not present in datastore if `CLICON_XMLDB_MODSTATE` is set.
|
||||
|
||||
### Corrected Bugs
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@
|
|||
/* Define to 1 if you have the <cligen/cligen.h> header file. */
|
||||
#undef HAVE_CLIGEN_CLIGEN_H
|
||||
|
||||
/* Define to 1 if you have the <curl.h> header file. */
|
||||
#undef HAVE_CURL_H
|
||||
|
||||
/* Define to 1 if you have the `getpeereid' function. */
|
||||
#undef HAVE_GETPEEREID
|
||||
|
||||
|
|
|
|||
|
|
@ -42,3 +42,12 @@
|
|||
fun:*
|
||||
fun:OS_LibInit
|
||||
}
|
||||
{
|
||||
supp7
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:*
|
||||
fun:*
|
||||
fun:_dl_map_object
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue