X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci_internal.h;h=30d79a64fbb7a9a40742f1b7c025826f46b6c1f1;hp=453aabb241f4922f7655cca9ede0d188d836d2bf;hb=31d4b691d96af442e8dfcefbb7acf85a448bba5c;hpb=e4516d01a7d2b0a5a8def7b5791c7d4032138287 diff --git a/uci_internal.h b/uci_internal.h index 453aabb..30d79a6 100644 --- a/uci_internal.h +++ b/uci_internal.h @@ -160,7 +160,7 @@ struct uci_backend _var = { \ #define DPRINTF(...) #endif -/* +/* * throw an uci exception and store the error number * in the context. */ @@ -217,7 +217,7 @@ struct uci_backend _var = { \ /** * UCI_INTERNAL: Do an internal call of a public API function - * + * * Sets Exception handling to passthrough mode. * Allows API functions to change behavior compared to public use */ @@ -228,7 +228,7 @@ struct uci_backend _var = { \ /** * UCI_NESTED: Do an normal nested call of a public API function - * + * * Sets Exception handling to passthrough mode. * Allows API functions to change behavior compared to public use */