From 73e2dd6ccfb59a3e524a55f7616a9015a7afb812 Mon Sep 17 00:00:00 2001 From: Agustin Ranieri Date: Fri, 16 Aug 2024 00:26:08 -0300 Subject: [PATCH] Tabs! --- src/commons/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commons/error.h b/src/commons/error.h index e0508ea..e29146b 100644 --- a/src/commons/error.h +++ b/src/commons/error.h @@ -24,8 +24,8 @@ /** * @brief imprime por `stderr` un mensaje con el siguiente formato * `[[ERROR]] {{message}}: {{errno}}` - * - * @note [errno](https://man7.org/linux/man-pages/man3/errno.3.html) es un + * + * @note [errno](https://man7.org/linux/man-pages/man3/errno.3.html) es un * número entero que representa el valor del último error ocurrido en el hilo * actual. Varias funciones de la biblioteca estándar de C setean `errno` y * devuelven un valor especial para indicar que hubo un error. Ejemplo: