citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 4d69cf06b47ce07b4eecbfd9e6f3cbd4fff79321
parent 85c9053db360811b83d92abcbb546387e17ea811
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  9 Dec 2016 00:39:32 -0700

src: remove newline

Diffstat:
Msrc/process_file.cc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/process_file.cc b/src/process_file.cc @@ -130,7 +130,6 @@ ProcessFile::ProcessFile(std::string const &path) : if (mem == MAP_FAILED) err(1, "mmap"); - // Header is always at offset 0 and always one page long. m_header = static_cast<struct citrun_header *>(mem);