diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-12-20 16:24:40 -0500 |
commit | 672d6a4b98165952e0afa0057f851f150bc657ec (patch) | |
tree | 4bd03e87c875477d172910ee1a0a838111949d83 /src/cpu/inorder/resource.hh | |
parent | 89850d6370b29272788cb73165341ced68e3bd53 (diff) | |
download | gem5-672d6a4b98165952e0afa0057f851f150bc657ec.tar.xz |
Style: Replace some tabs with spaces.
Diffstat (limited to 'src/cpu/inorder/resource.hh')
-rw-r--r-- | src/cpu/inorder/resource.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/inorder/resource.hh b/src/cpu/inorder/resource.hh index 06ef95e44..2e0143f9f 100644 --- a/src/cpu/inorder/resource.hh +++ b/src/cpu/inorder/resource.hh @@ -253,7 +253,7 @@ class ResourceEvent : public Event /// (for InOrderCPU model). /// check src/sim/eventq.hh for more event priorities. enum InOrderPriority { - Resource_Event_Pri = 45, + Resource_Event_Pri = 45, }; /** The Resource Slot that this event is servicing */ |