10 lines
89 B
Plaintext
10 lines
89 B
Plaintext
== Noncompliant Code Example
|
|
|
|
[source,text]
|
|
----
|
|
if(condition)
|
|
{
|
|
doSomething();
|
|
}
|
|
----
|