Menu

#62 Still some problems in correct intendation

closed
None
5
2007-10-08
2007-10-07
No

- Following construct is not correct intendet:
if (abc){
action
} else {
action
}

Correct would be:

if (abc){
action
} else {
action
}

- The cursor has the wrong position after the action (begin of the doc)

Discussion

  • Bernhard Brem

    Bernhard Brem - 2007-10-07

    Logged In: YES
    user_id=1245734
    Originator: YES

    To prevent sourceforge to reformat the description:
    Following construct is not correct intendet:
    if (abc){
    ___action
    ___} else {
    ___action
    }

    Correct would be:

    if (abc){
    ___action
    } else {
    ___action
    }

     
  • Bernhard Brem

    Bernhard Brem - 2007-10-07
    • assigned_to: nobody --> bernhardbrem
     
  • Bernhard Brem

    Bernhard Brem - 2007-10-08
    • status: open --> closed
     
  • Bernhard Brem

    Bernhard Brem - 2007-10-08

    Logged In: YES
    user_id=1245734
    Originator: YES

    Fixed in repository

     

Log in to post a comment.

MongoDB Logo MongoDB