Skip to content

Commit

Permalink
Fix newline at end of hx files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Nov 22, 2024
1 parent 55385e8 commit 771e2e9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hld/Align.hx
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ class Align {
return structSizes[t.getIndex()];
}

}
}
2 changes: 1 addition & 1 deletion hld/Buffer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ class Buffer {

}

#end
#end
1 change: 0 additions & 1 deletion hld/CodeGraph.hx
Original file line number Diff line number Diff line change
Expand Up @@ -471,5 +471,4 @@ class CodeGraph {
}
}


}
3 changes: 1 addition & 2 deletions hld/Debugger.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1043,5 +1043,4 @@ class Debugger {
return breakOnThrow = b;
}


}
}
1 change: 0 additions & 1 deletion hld/Eval.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1611,4 +1611,3 @@ class Eval {
}

}

2 changes: 1 addition & 1 deletion hld/HLDebugApi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ class HLDebugApi implements Api {
return debugWriteRegister(pid, tid, register, v, is64);
}

}
}
2 changes: 1 addition & 1 deletion hld/JitInfo.hx
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ class JitInfo {
return functionByCodePos.get(p.sub(codeStart));
}

}
}
2 changes: 1 addition & 1 deletion hld/Pointer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ abstract Pointer(haxe.Int64) to haxe.Int64 {
}

}
#end
#end

0 comments on commit 771e2e9

Please sign in to comment.