You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ASN1.java, the keywords if and for are followed by a space in most cases, but not all.
Is there a specific meaning associated with one style or the other?
As a reader, I'd expect the coding style to be consistent throughout a single Java project.
In ASN1.java, the keywords
ifandforare followed by a space in most cases, but not all.Is there a specific meaning associated with one style or the other?
As a reader, I'd expect the coding style to be consistent throughout a single Java project.