From 256458bc0ed6b39c34afefb60d2b1009603fd62a Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 29 Nov 2013 12:00:47 -0800 Subject: Remove trailing whitespace. Whitespace cleanup. * python/py-breakpoint.c: Remove trailing whitespace. * python/py-cmd.c: Ditto. * python/py-evts.c: Ditto. * python/py-finishbreakpoint.c: Ditto. * python/py-frame.c: Ditto. * python/py-function.c: Ditto. * python/py-inferior.c: Ditto. * python/py-infthread.c: Ditto. * python/py-param.c: Ditto. * python/py-prettyprint.c: Ditto. * python/py-symbol.c: Ditto. * python/py-type.c: Ditto. * python/py-utils.c: Ditto. * python/py-value.c: Ditto. * python/python-internal.h: Ditto. * python/python.c: Ditto. --- gdb/python/py-evts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/py-evts.c') diff --git a/gdb/python/py-evts.c b/gdb/python/py-evts.c index 971c520..1ff3022 100644 --- a/gdb/python/py-evts.c +++ b/gdb/python/py-evts.c @@ -26,7 +26,7 @@ static struct PyModuleDef EventModuleDef = PyModuleDef_HEAD_INIT, "gdb.events", NULL, - -1, + -1, NULL, NULL, NULL, -- cgit v1.1