]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/hw-device.h
sim: common: trim trailing whitespace
[thirdparty/binutils-gdb.git] / sim / common / hw-device.h
index b0f66eb53f637ad9c4c2d099c6c1e39199591302..4bfc991662d4fc4aca2de37986d45588bcb805da 100644 (file)
@@ -341,7 +341,7 @@ typedef int (hw_unit_encode_method)
       const hw_unit *unit,
       char *encoded,
       int sizeof_buf);
-     
+
 #define hw_unit_encode(bus, unit, encoded, sizeof_encoded) \
 ((bus)->to_unit_encode (bus, unit, encoded, sizeof_encoded))