Commit 902bb85
src: refactor to use locale functions
This makes the code more readable.
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #39014
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 858f66e commit 902bb85Copy full SHA for 902bb85
File tree
Expand file treeCollapse file tree
3 files changed
+6
-5
lines changedOpen diff view settings
Filter options
- src
- inspector
- tracing
Expand file treeCollapse file tree
3 files changed
+6
-5
lines changedOpen diff view settings
Collapse file
src/inspector/node_string.cc
Copy file name to clipboardExpand all lines: src/inspector/node_string.cc+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | | - |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
Collapse file
src/tracing/traced_value.cc
Copy file name to clipboardExpand all lines: src/tracing/traced_value.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
97 | | - |
| 97 | + |
98 | 98 | |
99 | 99 | |
100 | 100 | |
|
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
| ||
274 | 275 | |
275 | 276 | |
276 | 277 | |
277 | | - |
| 278 | + |
278 | 279 | |
279 | 280 | |
280 | 281 | |
| ||
285 | 286 | |
286 | 287 | |
287 | 288 | |
288 | | - |
| 289 | + |
289 | 290 | |
290 | 291 | |
291 | 292 | |
|
0 commit comments