Skip to content

Commit a39419b

Browse files
committed
Chore: tidy
1 parent 941502d commit a39419b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/fastfetch.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
#include <ctype.h>
1616
#include <string.h>
1717

18-
#ifdef _WIN32
19-
#include "common/windows/getline.h"
20-
#endif
21-
2218
static void printCommandFormatHelpJson(void)
2319
{
2420
yyjson_mut_doc* doc = yyjson_mut_doc_new(NULL);
@@ -793,7 +789,7 @@ static void run(FFdata* data)
793789
ffLogoPrint();
794790

795791
#if defined(_WIN32)
796-
if (!instance.config.display.noBuffer) fflush(stdout);
792+
if (!instance.config.display.noBuffer) fflush(stdout);
797793
#endif
798794

799795
while (true)

0 commit comments

Comments
 (0)