aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorShahab Vahedi <shahab@synopsys.com>2020-12-22 18:08:41 +0100
committerShahab Vahedi <shahab@synopsys.com>2020-12-23 00:52:45 +0100
commite512699ac8b2eaff318b6f3a60ffa203d3961a76 (patch)
treeed9d9b5d032c97d9fc28b9a2392689c8ffe62f33 /gdb/frame.h
parentacf10cacc6bd596ef7327063038bb1ee020c07d0 (diff)
downloadfsf-binutils-gdb-e512699ac8b2eaff318b6f3a60ffa203d3961a76.zip
fsf-binutils-gdb-e512699ac8b2eaff318b6f3a60ffa203d3961a76.tar.gz
fsf-binutils-gdb-e512699ac8b2eaff318b6f3a60ffa203d3961a76.tar.bz2
Remove trailing white spaces in gdb/frame.{c,h}
gdb/ChangeLog: * frame.c: Remove trailing white spaces. * frame.h: Likewise.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index f3ec784..fab9dd8 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -149,8 +149,8 @@ struct frame_id
/* The frame's special address. This shall be constant through out the
lifetime of the frame. This is used for architectures that may have
- frames that do not change the stack but are still distinct and have
- some form of distinct identifier (e.g. the ia64 which uses a 2nd
+ frames that do not change the stack but are still distinct and have
+ some form of distinct identifier (e.g. the ia64 which uses a 2nd
stack for registers). This field is treated as unordered - i.e. will
not be used in frame ordering comparisons.