mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:37:42 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -3,7 +3,7 @@ function foo() {
|
|||
function bar() {
|
||||
var y = 6;
|
||||
}
|
||||
|
||||
|
||||
bar();
|
||||
return y;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ $(PROGRAM): $(OBJS)
|
|||
$(CXX) -o $@ $(OBJS)
|
||||
|
||||
%.o: %.cpp
|
||||
$(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
$(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
clean:
|
||||
rm $(OBJS) $(PROGRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue