summaryrefslogtreecommitdiff
path: root/innobase/buf/buf0buf.c
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-02-19 11:40:36 +0200
committermarko@hundin.mysql.fi <>2004-02-19 11:40:36 +0200
commit38b46781ed80121e250c59c77ed76eb8aa88a12a (patch)
treecc368ef59bb3f26a34ffc9cb5d37f2f3146ef2cd /innobase/buf/buf0buf.c
parent42b18e6fabb6a983bc758b0b6a4dc79bc06cfffd (diff)
downloadmariadb-git-38b46781ed80121e250c59c77ed76eb8aa88a12a.tar.gz
Many files:
Remove leading whitespace from lines containing preprocessor directives Makefile.am: Remove univold.i and univoldmysql.i
Diffstat (limited to 'innobase/buf/buf0buf.c')
-rw-r--r--innobase/buf/buf0buf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/buf/buf0buf.c b/innobase/buf/buf0buf.c
index 3f2476c715b..f9effa47c29 100644
--- a/innobase/buf/buf0buf.c
+++ b/innobase/buf/buf0buf.c
@@ -901,13 +901,13 @@ loop:
buf_read_page(space, offset);
- #ifdef UNIV_DEBUG
+#ifdef UNIV_DEBUG
buf_dbg_counter++;
if (buf_dbg_counter % 37 == 0) {
ut_ad(buf_validate());
}
- #endif
+#endif
goto loop;
}