summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <cvicentiu@gmail.com>2016-02-28 22:00:00 +0200
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2016-03-03 18:48:34 +0200
commitf638ffef2c26236eab338d1f246317839bbdb631 (patch)
tree3e4f61d411ace597adfc8794d7e58dd5cb0fc331 /sql/item_windowfunc.h
parent1cc6fd1f00f0d2fbd683fa3b1754bbc40bf0002d (diff)
downloadmariadb-git-f638ffef2c26236eab338d1f246317839bbdb631.tar.gz
Convert if statements to switch case.
Diffstat (limited to 'sql/item_windowfunc.h')
-rw-r--r--sql/item_windowfunc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_windowfunc.h b/sql/item_windowfunc.h
index e5769afd681..6277183ce58 100644
--- a/sql/item_windowfunc.h
+++ b/sql/item_windowfunc.h
@@ -372,5 +372,4 @@ public:
};
-
#endif /* ITEM_WINDOWFUNC_INCLUDED */