Skip to content

Commit 68d20eb

Browse files
committed
process_metrics_solaris.go: run go fmt
1 parent 8d17c85 commit 68d20eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_metrics_solaris.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type psinfo_t struct {
120120
/* right of the high-order bit (1.0 == 0x8000) */
121121
pr_pctcpu ushort_t /* % of recent cpu time used by all lwps */
122122
pr_pctmem ushort_t /* % of system memory used by process */
123-
pr_dummy int32 /* 8 byte alignment: GO doesn't do it automagically */
123+
pr_dummy int32 /* 8 byte alignment: GO doesn't do it automagically */
124124
// 84 + 4 = 88
125125
pr_start timestruc_t /* process start time, from the epoch */
126126
pr_time timestruc_t /* usr+sys cpu time for this process */

0 commit comments

Comments
 (0)