priv.h, torture_misc.c: Fix clang-format formatting complaints

Fixed include order and formatting issues regarding the 80 char
column width limit

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Eshan Kelkar
2024-08-20 14:10:08 +05:30
committed by Jakub Jelen
parent e0aa182e7e
commit d8f00aca20
2 changed files with 10 additions and 4 deletions

View File

@@ -30,10 +30,10 @@
#define _LIBSSH_PRIV_H
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <time.h>
#if !defined(HAVE_STRTOULL)