aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-03-23 16:59:32 -0400
committerSteven Rostedt <rostedt@goodmis.org>2015-03-24 15:21:37 -0400
commitde75d446af935717ffd36412fd2fd618183d4b78 (patch)
tree6fea61cb4aa1eb755d2f02775834af810c0d7e44
parentf757ee418f000a958878ce3709b034176f670a64 (diff)
downloadtrace-cmd-de75d446af935717ffd36412fd2fd618183d4b78.tar.gz
kbuffer: Whitespace fixes
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--kbuffer-parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbuffer-parse.c b/kbuffer-parse.c
index 22f42d60..3bcada3a 100644
--- a/kbuffer-parse.c
+++ b/kbuffer-parse.c
@@ -37,7 +37,7 @@ enum {
};
#define ENDIAN_MASK (KBUFFER_FL_HOST_BIG_ENDIAN | KBUFFER_FL_BIG_ENDIAN)
-
+
/** kbuffer
* @timestamp - timestamp of current event
* @lost_events - # of lost events between this subbuffer and previous
@@ -604,7 +604,7 @@ unsigned long long kbuffer_timestamp(struct kbuffer *kbuf)
* Returns the data of the record that is at @offset. Note, @offset does
* not need to be the start of the record, the offset just needs to be
* in the record (or beginning of it).
- *
+ *
* Note, the kbuf timestamp and pointers are updated to the
* returned record. That is, kbuffer_read_event() will return the same
* data and timestamp, and kbuffer_next_event() will increment from