mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:47:34 +00:00
Shell: Run clang-format on everything.
This commit is contained in:
parent
46527b72d7
commit
f7ede145b4
3 changed files with 47 additions and 48 deletions
|
@ -1,8 +1,8 @@
|
||||||
#include "LineEditor.h"
|
#include "LineEditor.h"
|
||||||
#include "GlobalState.h"
|
#include "GlobalState.h"
|
||||||
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
LineEditor::LineEditor()
|
LineEditor::LineEditor()
|
||||||
{
|
{
|
||||||
|
|
|
@ -427,7 +427,6 @@ static int run_command(const String& cmd)
|
||||||
dbgprintf(" %d\n", child);
|
dbgprintf(" %d\n", child);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int wstatus = 0;
|
int wstatus = 0;
|
||||||
int return_value = 0;
|
int return_value = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue