doc: fix mistaken indentation

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2019-01-25 16:32:18 +00:00
parent 2a7d947108
commit a2bd5d4c8f

View File

@ -59,7 +59,7 @@ Basic boilerplate:
static int module_late_init(struct thread_master *master) static int module_late_init(struct thread_master *master)
{ {
/* Do initialization stuff here */ /* Do initialization stuff here */
return 0; return 0;
} }
static int static int