diff options
author | ladderbreaker <ladderbreaker@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-05-04 21:23:30 +0000 |
---|---|---|
committer | ladderbreaker <ladderbreaker@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-05-04 21:23:30 +0000 |
commit | 40a5c0fb0db7d0f2eb65e160164402a1c6b90555 (patch) | |
tree | 4028f07dec0e4d6661e7a6872e1a929788953a3f /src/common/mac | |
parent | oops, committed accidentally (diff) | |
download | breakpad-40a5c0fb0db7d0f2eb65e160164402a1c6b90555.tar.xz |
simply fix no newline at end of file
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@158 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/mac')
-rw-r--r-- | src/common/mac/macho_utilities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/macho_utilities.h b/src/common/mac/macho_utilities.h index aa7d2fb6..575bfc50 100644 --- a/src/common/mac/macho_utilities.h +++ b/src/common/mac/macho_utilities.h @@ -82,4 +82,4 @@ void breakpad_swap_section_64(struct section_64 *s, uint32_t nsects, enum NXByteOrder target_byte_order); -#endif
\ No newline at end of file +#endif |