style: fix whitespace errors
[project/uci.git] / uci_internal.h
index 453aabb241f4922f7655cca9ede0d188d836d2bf..30d79a64fbb7a9a40742f1b7c025826f46b6c1f1 100644 (file)
@@ -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
  */