Fix indentation in scoped_mmap.h

gdb/ChangeLog:

	* common/scoped_mmap.h (class scoped_mmap): Fix indentation.
This commit is contained in:
Simon Marchi
2018-07-24 14:14:17 -04:00
parent 29d17e4773
commit 4b17aefe75
2 changed files with 24 additions and 19 deletions

View File

@ -1,3 +1,7 @@
2018-07-24 Simon Marchi <simon.marchi@ericsson.com>
* common/scoped_mmap.h (class scoped_mmap): Fix indentation.
2018-07-24 Tom Tromey <tom@tromey.com> 2018-07-24 Tom Tromey <tom@tromey.com>
* utils.c (malloc, realloc, free): Don't declare. * utils.c (malloc, realloc, free): Don't declare.

View File

@ -38,6 +38,7 @@ public:
{ {
m_mem = mmap (addr, m_length, prot, flags, fd, offset); m_mem = mmap (addr, m_length, prot, flags, fd, offset);
} }
~scoped_mmap () ~scoped_mmap ()
{ {
if (m_mem != MAP_FAILED) if (m_mem != MAP_FAILED)