]> git.siccegge.de Git - frida/frida.git/blobdiff - src/disassembler/Instruction.hxx
Wrap long lines
[frida/frida.git] / src / disassembler / Instruction.hxx
index 5a74e22afe1bcfaf9779e9311fd74b28b3dad639..0e92dd5b5a4de929a8b36b86fc79134ac3ec9f60 100644 (file)
@@ -9,7 +9,9 @@ class Comment;
 
 class Instruction {
 public:
-       Instruction(uint64_t address, const std::string& text, const std::vector<uint8_t>& bytes, const std::string& reference)
+       Instruction(uint64_t address, const std::string& text,
+                   const std::vector<uint8_t>& bytes,
+                   const std::string& reference)
                : address(address), text(text), bytes(bytes), reference(reference) {}
        uint64_t getAddress() const {return address;}
        const std::string& getText() const {return text;}