Re-format with clang-format 16
[babeltrace.git] / tests / data / ctf-traces / succeed / no-packet-context / metadata
CommitLineData
afd45274
PP
1/* CTF 1.8 */
2
3trace {
4 major = 1;
5 minor = 8;
6 byte_order = be;
7};
8
9event {
10 name = "ev";
11 fields := struct {
12 string s;
13 };
14};
This page took 0.064896 seconds and 4 git commands to generate.