Skip to content
Snippets Groups Projects
Commit 723448c1 authored by Russell Bryant's avatar Russell Bryant
Browse files

fix minor typo in coding guidelines

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e02897ac
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ Instead, try to minimize the number of lines of code that need to be
indented, by only indenting the shortest case of the 'if'
statement, like so:
if !(foo) {
if (!foo) {
result = 0;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment