indentation

This commit is contained in:
fluxgen 2002-01-26 11:22:06 +00:00
parent b56f6242d0
commit d21b4f2d80

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: Basemenu.cc,v 1.6 2002/01/11 09:26:33 fluxgen Exp $ // $Id: Basemenu.cc,v 1.7 2002/01/26 11:22:06 fluxgen Exp $
// stupid macros needed to access some functions in version 2 of the GNU C // stupid macros needed to access some functions in version 2 of the GNU C
// library // library
@ -247,6 +247,7 @@ int Basemenu::remove(int index) {
if (! tmp->internal_menu) { if (! tmp->internal_menu) {
delete tmp; delete tmp;
} else } else
tmp->internal_hide(); tmp->internal_hide();
} }