OSDN Git Service

librank: fix pm_memusage_t init and layout am: 76617ddbd1
[android-x86/system-extras.git] / simpleperf / dwarf_unwind.h
index f6a58a1..671013e 100644 (file)
@@ -24,6 +24,6 @@
 struct ThreadEntry;
 
 std::vector<uint64_t> UnwindCallChain(const ThreadEntry& thread, const RegSet& regs,
-                            const std::vector<char>& stack);
+                                      const std::vector<char>& stack);
 
 #endif  // SIMPLE_PERF_DWARF_UNWIND_H_