astyle format update
This commit is contained in:
parent
ee919417af
commit
3706750b40
@ -29,8 +29,8 @@
|
||||
|
||||
namespace YouCompleteMe {
|
||||
|
||||
typedef boost::shared_ptr<
|
||||
boost::remove_pointer< CXDiagnostic >::type > DiagnosticWrap;
|
||||
typedef boost::shared_ptr <
|
||||
boost::remove_pointer< CXDiagnostic >::type > DiagnosticWrap;
|
||||
|
||||
std::string CXStringToString( CXString text );
|
||||
|
||||
|
@ -27,8 +27,8 @@ using boost::shared_ptr;
|
||||
using boost::remove_pointer;
|
||||
|
||||
namespace YouCompleteMe {
|
||||
typedef shared_ptr<
|
||||
remove_pointer< CXCompileCommands >::type > CompileCommandsWrap;
|
||||
typedef shared_ptr <
|
||||
remove_pointer< CXCompileCommands >::type > CompileCommandsWrap;
|
||||
|
||||
CompilationDatabase::CompilationDatabase(
|
||||
const std::string &path_to_directory )
|
||||
|
@ -33,8 +33,8 @@ using boost::remove_pointer;
|
||||
|
||||
namespace YouCompleteMe {
|
||||
|
||||
typedef shared_ptr<
|
||||
remove_pointer< CXCodeCompleteResults >::type > CodeCompleteResultsWrap;
|
||||
typedef shared_ptr <
|
||||
remove_pointer< CXCodeCompleteResults >::type > CodeCompleteResultsWrap;
|
||||
|
||||
TranslationUnit::TranslationUnit(
|
||||
const std::string &filename,
|
||||
@ -150,7 +150,7 @@ std::vector< CompletionData > TranslationUnit::CandidatesForLocation(
|
||||
clang_disposeCodeCompleteResults );
|
||||
|
||||
std::vector< CompletionData > candidates = ToCompletionDataVector(
|
||||
results.get() );
|
||||
results.get() );
|
||||
return candidates;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user