diff options
author | Satya B <satya.bn@sun.com> | 2009-08-03 18:36:50 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-08-03 18:36:50 +0530 |
commit | 56fd549989ca581384667bedef2a98af30b7a5f1 (patch) | |
tree | 3c6faa756d341b00be2ab8134c5ec7a11cc3a79b /storage | |
parent | 72ab53043621d2f67076fa83442e4ec60239ab81 (diff) | |
download | mariadb-git-56fd549989ca581384667bedef2a98af30b7a5f1.tar.gz |
Remove the 'single' space character after include/lock0iter.h in file
storage/innobase/Makefile.am
storage/innobase/Makefile.am:
Remove the 'single' space character after include/lock0iter.h
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/Makefile.am b/storage/innobase/Makefile.am index 3df9a6bf988..a597e3c24e4 100644 --- a/storage/innobase/Makefile.am +++ b/storage/innobase/Makefile.am @@ -57,7 +57,7 @@ noinst_HEADERS= include/btr0btr.h include/btr0btr.ic \ include/ha0ha.ic include/hash0hash.h \ include/hash0hash.ic include/ibuf0ibuf.h \ include/ibuf0ibuf.ic include/ibuf0types.h \ - include/lock0iter.h \ + include/lock0iter.h \ include/lock0lock.h include/lock0lock.ic \ include/lock0priv.h include/lock0priv.ic \ include/lock0types.h include/log0log.h \ |