- Fix a style violation which was flagged by gcc: while loop without body
authoriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sat, 1 Aug 2009 06:11:53 +0000 (06:11 +0000)
committeriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sat, 1 Aug 2009 06:11:53 +0000 (06:11 +0000)
commit3d070f1f0c23c55d2f6265a2ccf29266a822f911
tree3ad02f70654610d70405fcca7e6155fb4c21cf25
parent78ec95661063b0b51b2f4a957d06041376e0f450
- Fix a style violation which was flagged by gcc: while loop without body
- Restructured the entire function because:
  During the simple style fix I discovered that this whole routine was
  hard to read due to a general lack of comments. While adding comments I
  realized that the function was also skipping entries if there were two
  consecutive entries in the maps file.

Review URL: http://codereview.chromium.org/159659

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/platform-linux.cc