]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/dis-buf.c
Remove trailing spaces in opcodes
[thirdparty/binutils-gdb.git] / opcodes / dis-buf.c
index 7c5d9ad4b323e538f685512134b78c9f4b149545..eb03e629cc7349d4fcf165da052ecd16c37c14b4 100644 (file)
@@ -33,7 +33,7 @@ buffer_read_memory (bfd_vma memaddr,
 {
   unsigned int opb = info->octets_per_byte;
   unsigned int end_addr_offset = length / opb;
-  unsigned int max_addr_offset = info->buffer_length / opb; 
+  unsigned int max_addr_offset = info->buffer_length / opb;
   unsigned int octets = (memaddr - info->buffer_vma) * opb;
 
   if (memaddr < info->buffer_vma