Proper spacing for end-of-namespace comments.

BUG=
R=mflodman@webrtc.org, tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1760006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4293 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-07-03 15:12:26 +00:00
parent 45426eadf5
commit d900e8bea8
316 changed files with 406 additions and 406 deletions

View File

@@ -33,6 +33,6 @@ class ACMDTMFDetection {
ACMResampler resampler_;
};
} // namespace webrtc
} // namespace webrtc
#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_SOURCE_ACM_DTMF_DETECTION_H_

View File

@@ -67,7 +67,7 @@ namespace webrtc {
#define ACM_ISAC_GETDECSAMPRATE ACMISACFixGetDecSampRate // local Impl
#endif
} //namespace
} // namespace
#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_SOURCE_ACM_ISAC_MACROS_H_

View File

@@ -1269,7 +1269,7 @@ void parsePtypeFile(FILE *ptypeFile, std::map<uint8_t, decoderStruct>* decoders)
}
n = fscanf(ptypeFile, "%s %i\n", codec, &pt);
} // end while
} // end while
}

View File

@@ -1571,7 +1571,7 @@ int NetEQTest_init_coders(enum WebRtcNetEQDecoder coder, int enc_frameSize, int
if (ok != 0) {
return(ok);
}
} // end for
} // end for
return(0);
}
@@ -1974,7 +1974,7 @@ int NetEQTest_encode(int coder, int16_t *indata, int frameLen, unsigned char * e
encoded += cdlen;
totalLen += cdlen;
} // end for
} // end for
first_cng=1;
return(totalLen);

View File

@@ -1383,7 +1383,7 @@ int NetEQTest_init_coders(webrtc::NetEqDecoder coder, int enc_frameSize, int bit
if (ok != 0) {
return(ok);
}
} // end for
} // end for
return(0);
}
@@ -1669,7 +1669,7 @@ int NetEQTest_encode(int coder, int16_t *indata, int frameLen, unsigned char * e
encoded += cdlen;
totalLen += cdlen;
} // end for
} // end for
first_cng=1;
return(totalLen);