]> Git Repo - binutils.git/blobdiff - gdb/python/py-progspace.c
2011-10-27 Phil Muldoon <[email protected]>
[binutils.git] / gdb / python / py-progspace.c
index 093b93f1ba787663fc02929264c3828b2708967d..c30b37d20f3d4b37e4d2f49d4d5396a179a6bc95 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to program spaces.
 
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -185,7 +185,8 @@ gdbpy_initialize_pspace (void)
     return;
 
   Py_INCREF (&pspace_object_type);
-  PyModule_AddObject (gdb_module, "Progspace", (PyObject *) &pspace_object_type);
+  PyModule_AddObject (gdb_module, "Progspace",
+                     (PyObject *) &pspace_object_type);
 }
 
 \f
This page took 0.027941 seconds and 4 git commands to generate.