Skip to content

Commit

Permalink
Cleanup coding style
Browse files Browse the repository at this point in the history
BUG=NONE
TEST=NONE

Review URL: https://codereview.chromium.org/232973002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263554 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
byungwook.ahn@gmail.com committed Apr 13, 2014
1 parent 794d005 commit abe936a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Edward Crossman <tedoc2000@gmail.com>
Eero Häkkinen <e.hakkinen@partner.samsung.com>
Ehsan Akhgari <ehsan.akhgari@gmail.com>
Elan Ruusamäe <elan.ruusamae@gmail.com>
Eric Ahn <byungwook.ahn@gmail.com>
Eric Rescorla <ekr@rtfm.com>
Erik Hill <erikghill@gmail.com>
Erik Sjölund <erik.sjolund@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion base/atomicops.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Atomic64 Acquire_Load(volatile const Atomic64* ptr);
Atomic64 Release_Load(volatile const Atomic64* ptr);
#endif // ARCH_CPU_64_BITS

} // namespace base::subtle
} // namespace subtle
} // namespace base

// Include our platform specific implementation.
Expand Down

0 comments on commit abe936a

Please sign in to comment.