Shell: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:49:21 +02:00
commit f7ede145b4
Notes: sideshowbarker 2024-07-19 13:41:24 +09:00
3 changed files with 47 additions and 48 deletions

View file

@ -1,8 +1,8 @@
#include "LineEditor.h"
#include "GlobalState.h"
#include <ctype.h>
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
LineEditor::LineEditor()
{

View file

@ -427,7 +427,6 @@ static int run_command(const String& cmd)
dbgprintf(" %d\n", child);
#endif
int wstatus = 0;
int return_value = 0;