aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-13 00:39:05 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-13 00:39:05 -0400
commitce822b68152fe2a35c30fd38d0e98d92db2e8d04 (patch)
tree0ada7fc6b4cc974ac19e26e0a8854d1636238c20 /src/core/mem_map.h
parent5ea4679630d6776837114252476dd445f377322d (diff)
replace tabs with spaces
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index ab2c2d4e..d0308fa5 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -50,8 +50,8 @@ extern u8 *g_base;
// These are guaranteed to point to "low memory" addresses (sub-32-bit).
// 64-bit: Pointers to low-mem (sub-0x10000000) mirror
// 32-bit: Same as the corresponding physical/virtual pointers.
-extern u8* g_fcram; ///< Main memory
-extern u8* g_vram; ///< Video memory (VRAM)
+extern u8* g_fcram; ///< Main memory
+extern u8* g_vram; ///< Video memory (VRAM)
extern u8* g_scratchpad; ///< Stack memory
void Init();
@@ -71,7 +71,7 @@ void Write32(const u32 addr, const u32 data);
u8* GetPointer(const u32 Address);
inline const char* GetCharPointer(const u32 address) {
- return (const char *)GetPointer(address);
+ return (const char *)GetPointer(address);
}
} // namespace