[Groonga-commit] groonga/grnxx [master] Fix indentation.

Back to archive index

susumu.yata null+****@clear*****
Thu Dec 6 14:40:32 JST 2012


susumu.yata	2012-12-06 14:40:32 +0900 (Thu, 06 Dec 2012)

  New Revision: 4599d2aa67ce808b624d0264f4033b11b9c32090
  https://github.com/groonga/grnxx/commit/4599d2aa67ce808b624d0264f4033b11b9c32090

  Log:
    Fix indentation.

  Modified files:
    lib/backtrace.cpp

  Modified: lib/backtrace.cpp (+1 -2)
===================================================================
--- lib/backtrace.cpp    2012-12-06 14:27:41 +0900 (b9a4c3f)
+++ lib/backtrace.cpp    2012-12-06 14:40:32 +0900 (1d557bf)
@@ -122,8 +122,7 @@ bool find_match(Match *match) {
   return false;
 }
 # else  // GRNXX_APPLE
-int find_match_callback(struct dl_phdr_info *info, size_t,
-                        void *user_data) {
+int find_match_callback(struct dl_phdr_info *info, size_t, void *user_data) {
   Match * const match = static_cast<Match *>(user_data);
   for (ElfW(Half) i = 0; i < info->dlpi_phnum; ++i) {
     if (info->dlpi_phdr[i].p_type == PT_LOAD) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index