libnetconf2 REFACTOR formatting
diff --git a/src/log.h b/src/log.h
index 7933e28..14e4f51 100644
--- a/src/log.h
+++ b/src/log.h
@@ -32,7 +32,7 @@
NC_VERB_WARNING = 1, /**< Print error and warning messages. */
NC_VERB_VERBOSE = 2, /**< Besides errors and warnings, print some other verbose messages. */
NC_VERB_DEBUG = 3, /**< Print almost all messages including some development debug messages. */
- NC_VERB_DEBUG_LOWLVL = 4, /**< Print all messages including low level debug messages. */
+ NC_VERB_DEBUG_LOWLVL = 4 /**< Print all messages including low level debug messages. */
} NC_VERB_LEVEL;
/**