if (KnR)
foo();
if (spaces) {
foo();
}
if (allman)
{
foo();
}
if (horstmann)
{ foo();
}
if (pico)
{ foo(); }
if (whitesmiths)
{
foo();
}
if (KnR) {
foo();
}
if (spaces) {
foo();
}
if (allman) {
foo();
}
if (horstmann) {
foo();
}
if (pico) {
foo();
}
if (whitesmiths) {
foo();
}