Open main menu

Difference between revisions of "Code Formatting Conventions"

m
→‎Hugging braces: remove parentheses in the class definition here too...
m (→‎Naming: remove "()" from class and struct examples (why was it in the class example anyway...))
m (→‎Hugging braces: remove parentheses in the class definition here too...)
Line 22: Line 22:
}
}


class Dummy() {
class Dummy {
     [...]
     [...]
};
};
2,051

edits