X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci_internal.h;fp=uci_internal.h;h=30d79a64fbb7a9a40742f1b7c025826f46b6c1f1;hp=453aabb241f4922f7655cca9ede0d188d836d2bf;hb=f506323c307a3675d50f50e43acc93ca6b00df10;hpb=87be3798a9c01d70d707760a2a7d5b8aca9df365;ds=sidebyside 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 */