mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Chore: tidy
This commit is contained in:
+1
-5
@@ -15,10 +15,6 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "common/windows/getline.h"
|
||||
#endif
|
||||
|
||||
static void printCommandFormatHelpJson(void)
|
||||
{
|
||||
yyjson_mut_doc* doc = yyjson_mut_doc_new(NULL);
|
||||
@@ -793,7 +789,7 @@ static void run(FFdata* data)
|
||||
ffLogoPrint();
|
||||
|
||||
#if defined(_WIN32)
|
||||
if (!instance.config.display.noBuffer) fflush(stdout);
|
||||
if (!instance.config.display.noBuffer) fflush(stdout);
|
||||
#endif
|
||||
|
||||
while (true)
|
||||
|
||||
Reference in New Issue
Block a user